Cleanups from pomac!
This commit is contained in:
parent
b0fc4a7b6e
commit
f327407bb8
36 changed files with 155 additions and 195 deletions
|
@ -529,9 +529,9 @@ issues.
|
|||
|
||||
#define BASEGAME "baseq3"
|
||||
|
||||
qboolean FS_Initialized();
|
||||
qboolean FS_Initialized( void );
|
||||
|
||||
void FS_InitFilesystem (void);
|
||||
void FS_InitFilesystem ( void );
|
||||
void FS_Shutdown( qboolean closemfp );
|
||||
|
||||
qboolean FS_ConditionalRestart( int checksumFeed );
|
||||
|
@ -547,7 +547,7 @@ void FS_FreeFileList( char **list );
|
|||
|
||||
qboolean FS_FileExists( const char *file );
|
||||
|
||||
int FS_LoadStack();
|
||||
int FS_LoadStack( void );
|
||||
|
||||
int FS_GetFileList( const char *path, const char *extension, char *listbuf, int bufsize );
|
||||
int FS_GetModList( char *listbuf, int bufsize );
|
||||
|
@ -904,7 +904,7 @@ qboolean SV_GameCommand( void );
|
|||
// UI interface
|
||||
//
|
||||
qboolean UI_GameCommand( void );
|
||||
qboolean UI_usesUniqueCDKey();
|
||||
qboolean UI_usesUniqueCDKey(void);
|
||||
|
||||
/*
|
||||
==============================================================
|
||||
|
@ -1018,8 +1018,8 @@ void Sys_FreeFileList( char **list );
|
|||
void Sys_BeginProfiling( void );
|
||||
void Sys_EndProfiling( void );
|
||||
|
||||
qboolean Sys_LowPhysicalMemory();
|
||||
unsigned int Sys_ProcessorCount();
|
||||
qboolean Sys_LowPhysicalMemory( void );
|
||||
unsigned int Sys_ProcessorCount( void );
|
||||
|
||||
int Sys_MonkeyShouldBeSpanked( void );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue