FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
modules.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MODULE_INFO_RELATIONSHIPS
 Module hierarchy definition + display strings format = module, module parent, module display name. More...
 

Enumerations

enum  logmodule_t {
  LM_CORE = -1, LM_AUDIO, LM_CONTROLLER, LM_EVTCHANNEL,
  LM_GUI, LM_CONSOLE, LM_LOADERS, LM_NATIVE_LOADERS,
  LM_FO_LOADERS, LM_SAVERS, LM_NATIVE_SAVERS, LM_MODEL,
  LM_STRUCTURES, LM_INSTANCE, LM_LOCATION, LM_METAMODEL,
  LM_CELLGRID, LM_SQUAREGRID, LM_HEXGRID, LM_PATHFINDER,
  LM_UTIL, LM_RESMGR, LM_VFS, LM_VIDEO,
  LM_VIEW, LM_CAMERA, LM_VIEWVIEW, LM_XML,
  LM_EXCEPTION, LM_SCRIPT, LM_CURSOR, LM_MODULE_MAX
}
 Modules available for logging. More...
 

Macro Definition Documentation

◆ MODULE_INFO_RELATIONSHIPS

#define MODULE_INFO_RELATIONSHIPS

Module hierarchy definition + display strings format = module, module parent, module display name.

Definition at line 74 of file modules.h.

Enumeration Type Documentation

◆ logmodule_t

Modules available for logging.

Enumerator
LM_CORE 
LM_AUDIO 
LM_CONTROLLER 
LM_EVTCHANNEL 
LM_GUI 
LM_CONSOLE 
LM_LOADERS 
LM_NATIVE_LOADERS 
LM_FO_LOADERS 
LM_SAVERS 
LM_NATIVE_SAVERS 
LM_MODEL 
LM_STRUCTURES 
LM_INSTANCE 
LM_LOCATION 
LM_METAMODEL 
LM_CELLGRID 
LM_SQUAREGRID 
LM_HEXGRID 
LM_PATHFINDER 
LM_UTIL 
LM_RESMGR 
LM_VFS 
LM_VIDEO 
LM_VIEW 
LM_CAMERA 
LM_VIEWVIEW 
LM_XML 
LM_EXCEPTION 
LM_SCRIPT 
LM_CURSOR 
LM_MODULE_MAX 

Definition at line 36 of file modules.h.