- put EDuke frontend source into a namespace.

This commit does not work yet!
This commit is contained in:
Christoph Oelckers 2019-09-21 22:53:00 +02:00
parent 30c47a8511
commit 55a879fcc0
95 changed files with 429 additions and 294 deletions

View file

@ -213,6 +213,7 @@ static char g_rootDir[BMAX_PATH];
int g_useCwd;
static void G_LoadAddon(void);
int32_t g_groupFileHandle;
struct strllist* CommandPaths, * CommandGrps;
void G_ExtPreInit(int32_t argc,char const * const * argv)
{
@ -898,7 +899,6 @@ void G_CleanupSearchPaths(void)
//////////
struct strllist *CommandPaths, *CommandGrps;
GrowArray<char *> g_scriptModules;