mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
8 lines
237 B
C
8 lines
237 B
C
extern char TempString[256];
|
|
extern char EXEName[1024];
|
|
extern char Arguments[16384];
|
|
|
|
#define APPTITLE "Official Sonic Robo Blast 2 Launcher"
|
|
#define APPVERSION "v0.1"
|
|
#define APPAUTHOR "SSNTails"
|
|
#define APPCOMPANY "Sonic Team Junior"
|