#include "ISVREngine.H"
#include "streamwrap.H"
#include <tty/tty_minimal.H>
#include <std/main_obs.H>
#include <dev/polled.H>
#include <config/config.H>
#include <event/event.H>
#include <std/cygpath.H>
#include "WorldTranslate.H"
#include "TexDB.H"
#include "FontMgr.H"
#include "SoundMgr.H"
#include "SoundImpNet.H"
#include "SoundImpOpenAL.H"
#include "LightMgr.H"
#include "GfxTools.H"
#include "DrawMgr.H"
#include "AnimMgr.H"
#include "HeadTrackInt.H"
#include "WallClockInt.H"
#include <args.H>
Compounds | |
class | MyPollTimeout |
Defines | |
#define | OUTSIDE_GLUE_CORE |
Variables | |
char * | fnames [100] |
char * | values [100] |
args_spec | args [] |
|
|
|
Initial value: { { "f", "Specifies a GLUE-style config file to process.", {{A_CHARSTAR, A_PTR fnames, "filename", A_POSTINCR}}, A_MULTIPLE}, { "c", "Specifies a GLUE config name=value pair to process.", {{A_CHARSTAR, A_PTR values, "name=value", A_POSTINCR}}, A_MULTIPLE}, { A_HELPMSG, "'value' overrides any values for 'name'" }, { A_HELPMSG, "specified in glueconfig files." }, {A_END} } |
|
|
|
|