Initial commit

This commit is contained in:
Gwen Gourevich
2021-10-27 10:34:18 +02:00
parent 43ad18eb04
commit c5f4f6ba25
199 changed files with 73169 additions and 0 deletions

17
SOURCES/VERSION.C Normal file
View 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