mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-24 13:31:18 +00:00
Always allow multiple instances
This commit is contained in:
parent
a1fe69f429
commit
cdefb2ba7a
1 changed files with 0 additions and 2 deletions
|
@ -123,8 +123,6 @@ void Sys_Shutdown( void );
|
||||||
void Sys_Error( const char *error, ...);
|
void Sys_Error( const char *error, ...);
|
||||||
void Sys_Quit( void );
|
void Sys_Quit( void );
|
||||||
|
|
||||||
bool Sys_AlreadyRunning( void );
|
|
||||||
|
|
||||||
// note that this isn't journaled...
|
// note that this isn't journaled...
|
||||||
char * Sys_GetClipboardData( void );
|
char * Sys_GetClipboardData( void );
|
||||||
void Sys_SetClipboardData( const char *string );
|
void Sys_SetClipboardData( const char *string );
|
||||||
|
|
Loading…
Reference in a new issue