2019-09-21 18:59:54 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#ifndef NO_NAMESPACE
|
|
|
|
|
|
|
|
#define BEGIN_DUKE_NS namespace Duke {
|
|
|
|
#define END_DUKE_NS }
|
|
|
|
|
|
|
|
#define BEGIN_RR_NS namespace Redneck {
|
|
|
|
#define END_RR_NS }
|
|
|
|
|
|
|
|
#define BEGIN_BLD_NS namespace Blood {
|
|
|
|
#define END_BLD_NS }
|
|
|
|
|
2019-10-09 16:09:05 +00:00
|
|
|
#define BEGIN_SW_NS namespace ShadowWarrior {
|
2019-09-21 18:59:54 +00:00
|
|
|
#define END_SW_NS }
|
|
|
|
|
2019-11-22 23:11:37 +00:00
|
|
|
#define BEGIN_PS_NS namespace Powerslave {
|
|
|
|
#define END_PS_NS }
|
|
|
|
|
2019-09-21 18:59:54 +00:00
|
|
|
#else
|
|
|
|
|
|
|
|
#define BEGIN_DUKE_NS
|
|
|
|
#define END_DUKE_NS
|
|
|
|
|
|
|
|
#define BEGIN_RR_NS
|
|
|
|
#define END_RR_NS
|
|
|
|
|
|
|
|
#define BEGIN_BLD_NS
|
|
|
|
#define END_BLD_NS
|
|
|
|
|
|
|
|
#define BEGIN_SW_NS
|
|
|
|
#define END_SW_NS
|
|
|
|
|
2019-11-22 23:11:37 +00:00
|
|
|
#define BEGIN_PS_NS
|
|
|
|
#define END_PS_NS
|
|
|
|
|
2019-09-21 18:59:54 +00:00
|
|
|
#endif
|
2019-10-19 18:25:58 +00:00
|
|
|
|