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
|
|
@ -91,9 +91,11 @@ static bool MenuEnabled = true;
|
|||
//
|
||||
//============================================================================
|
||||
|
||||
IMPLEMENT_POINTY_CLASS (DMenu)
|
||||
DECLARE_POINTER(mParentMenu)
|
||||
END_POINTERS
|
||||
IMPLEMENT_POINTY_CLASS(DMenu)
|
||||
|
||||
IMPLEMENT_POINTERS_START(DMenu)
|
||||
IMPLEMENT_POINTER(mParentMenu)
|
||||
IMPLEMENT_POINTERS_END
|
||||
|
||||
DMenu::DMenu(DMenu *parent)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue