mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Remove commented out ifdefs
This commit is contained in:
@@ -78,12 +78,6 @@ typedef FILETIME SGP_FILETIME;
|
|||||||
// Function Prototypes
|
// Function Prototypes
|
||||||
//
|
//
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
/*
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
*/
|
|
||||||
|
|
||||||
extern BOOLEAN InitializeFileManager( STR strIndexFilename );
|
extern BOOLEAN InitializeFileManager( STR strIndexFilename );
|
||||||
|
|
||||||
extern void ShutdownFileManager( void );
|
extern void ShutdownFileManager( void );
|
||||||
@@ -134,11 +128,4 @@ BOOLEAN FileCheckEndOfFile( HWFILE hFile );
|
|||||||
|
|
||||||
// Flugente: simple wrapper to check whether an audio file in mp3/ogg/wav format exists
|
// Flugente: simple wrapper to check whether an audio file in mp3/ogg/wav format exists
|
||||||
BOOLEAN SoundFileExists( STR strFilename, STR zFoundFilename );
|
BOOLEAN SoundFileExists( STR strFilename, STR zFoundFilename );
|
||||||
|
|
||||||
/*
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
*/
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user