Contains makVrv::DtDe class.
More...
Go to the source code of this file.
Namespaces |
| namespace | makVrv |
| | REMOVE THIS along with the creator later.
|
Detailed Description
Contains makVrv::DtDe class.
Macro Definition Documentation
| #define DT_DE_INIT_ONCE |
( |
|
de | ) |
|
Value:if(de.isInitFunctionRegistered((
void*)&
init))\
{\
return;\
}\
else\
{\
de.registerInitFunction((
void*)&
init);\
}
This macro is called by modules in their init() function.
This macro ensures that the module is only registered with the DtDe Instance once.