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
|
|
@ -74,10 +74,11 @@ protected:
|
|||
friend bool PIT_PushThing (AActor *thing);
|
||||
};
|
||||
|
||||
IMPLEMENT_POINTY_CLASS(DPusher)
|
||||
|
||||
IMPLEMENT_POINTY_CLASS (DPusher)
|
||||
DECLARE_POINTER (m_Source)
|
||||
END_POINTERS
|
||||
IMPLEMENT_POINTERS_START(DPusher)
|
||||
IMPLEMENT_POINTER(m_Source)
|
||||
IMPLEMENT_POINTERS_END
|
||||
|
||||
DPusher::DPusher ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue