mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10:41:24 +00:00
- put RedNukem game frontend into a namespace.
This commit is contained in:
parent
401a645ea1
commit
2dc051f7cf
71 changed files with 270 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue