mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 02:30:58 +00:00
- put EDuke frontend source into a namespace.
This commit does not work yet!
This commit is contained in:
parent
30c47a8511
commit
55a879fcc0
95 changed files with 429 additions and 294 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue