EXT_DECLARE_GLOBALS
The EXT_DECLARE_GLOBALS macro sets up some global variables for use by the EngExtCpp extension framework. This include creating a single instance of the EXT_CLASS class that represents the EngExtCpp extension library.
One of the source files to be compiled into the EngExtCpp extension library should include the following command
EXT_DECLARE_GLOBALS()
Requirements
Header |
Engextcpp.hpp (include Engextcpp.hpp) |
See also