- put RedNukem game frontend into a namespace.

This commit is contained in:
Christoph Oelckers 2019-09-22 00:10:48 +02:00
parent 401a645ea1
commit 2dc051f7cf
71 changed files with 270 additions and 21 deletions

View file

@ -27,6 +27,8 @@
#include "common.h"
#include "common_game.h"
BEGIN_RR_NS
struct grpfile_t const *g_selectedGrp;
int32_t g_gameType = GAMEFLAG_DUKE;
@ -1192,3 +1194,5 @@ void Duke_CommonCleanup(void)
}
#endif
END_RR_NS