-
Notifications
You must be signed in to change notification settings - Fork 3
base.h
Camoy edited this page Aug 9, 2012
·
3 revisions
#include "common/base.h"
This file defines several constants used throughout the Common module.
-
IL_BASE_RANGE
: Defines the range used by events in the common module. -
IL_BASE_STARTUP
: Defines the event ID fired when the engine is initialised, after all the internal init() functions have been called. -
IL_BASE_TICK
: Defines the event ID fired every tick. -
IL_BASE_SHUTDOWN
: Defines the event ID fired when the engine is shutdown. Allows modules to make corresponding shutdown calls to any libraries they use. -
IL_BASE_TICK_LENGTH
: Defines the number of microseconds in between each IL_BASE_TICK event.