Separate the pointer list from the implement macro
This commit is contained in:
parent
701ffb868b
commit
0b3585c83f
39 changed files with 341 additions and 228 deletions
|
|
@ -63,10 +63,12 @@
|
|||
#define POWERUPICONSIZE 32
|
||||
|
||||
IMPLEMENT_POINTY_CLASS(DBaseStatusBar)
|
||||
DECLARE_POINTER(Messages[0])
|
||||
DECLARE_POINTER(Messages[1])
|
||||
DECLARE_POINTER(Messages[2])
|
||||
END_POINTERS
|
||||
|
||||
IMPLEMENT_POINTERS_START(DBaseStatusBar)
|
||||
IMPLEMENT_POINTER(Messages[0])
|
||||
IMPLEMENT_POINTER(Messages[1])
|
||||
IMPLEMENT_POINTER(Messages[2])
|
||||
IMPLEMENT_POINTERS_END
|
||||
|
||||
EXTERN_CVAR (Bool, am_showmonsters)
|
||||
EXTERN_CVAR (Bool, am_showsecrets)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue