Initial commit
This commit is contained in:
17
SOURCES/VERSION.C
Normal file
17
SOURCES/VERSION.C
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "c_extern.h"
|
||||
|
||||
#include <process.h>
|
||||
|
||||
#ifdef DEMO
|
||||
char *Version = "LBA Demo ("
|
||||
__DATE__
|
||||
" / "
|
||||
__TIME__
|
||||
")\n" ;
|
||||
#else
|
||||
char *Version = "LBA/Relentless ("
|
||||
__DATE__
|
||||
" / "
|
||||
__TIME__
|
||||
")\n" ;
|
||||
#endif
|
||||
Reference in New Issue
Block a user