|
System Utilities
C4Application.h
class ApplicationTheApplication class is the Application Module base class.
Definition
Member Functions
Description
The Application class represents the Application Module and provides an interface through which the Engine Module can communicate with an application. When the Application Module is loaded, the engine calls the Construct function defined in the dynamic link library. The Construct function should return a pointer to a newly-constructed subclass of the Application class.The Application class's member functions are accessed through the global pointer TheApplication.
Base Classes
| |||||||||||||||||||||