- 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

@ -10,6 +10,8 @@
#include "vfs.h"
GrowArray<char*> g_defModules;
void PrintBuildInfo(void)
{
buildprint(
@ -70,8 +72,6 @@ void clearDefNamePtr(void)
// g_defNamePtr assumed to be assigned to right after
}
GrowArray<char *> g_defModules;
#ifdef HAVE_CLIPSHAPE_FEATURE
GrowArray<char *> g_clipMapFiles;
#endif