diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index de1c78c..980d85f 100644 --- a/src/common.h +++ b/src/common.h @@ -576,6 +576,10 @@ void Com_FlushLogs( void ); #define Com_DDDPrintf(...) #endif +#if USE_TESTS +void Com_InitTests( void ); +#endif + #ifdef _DEBUG extern cvar_t *developer; #endif |