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
|
|
@ -172,9 +172,11 @@ static FPolyNode *FreePolyNodes;
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
IMPLEMENT_POINTY_CLASS (DPolyAction)
|
||||
DECLARE_POINTER(m_Interpolation)
|
||||
END_POINTERS
|
||||
IMPLEMENT_POINTY_CLASS(DPolyAction)
|
||||
|
||||
IMPLEMENT_POINTERS_START(DPolyAction)
|
||||
IMPLEMENT_POINTER(m_Interpolation)
|
||||
IMPLEMENT_POINTERS_END
|
||||
|
||||
DPolyAction::DPolyAction ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue