OpenClonk
C4ConsoleGUICommon.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DEFINE_STANDARD_DLG_METHODS(cls)
 

Macro Definition Documentation

◆ DEFINE_STANDARD_DLG_METHODS

#define DEFINE_STANDARD_DLG_METHODS (   cls)
Value:
cls::cls()\
{\
state = new cls::State(this);\
Default();\
}\
\
cls::~cls()\
{\
Clear();\
delete state;\
}\

Definition at line 26 of file C4ConsoleGUICommon.h.