#include "base.hh"
#include "base_file.hh"
#include "base_misc.hh"
#include "base_settings.hh"
#include "inp.hh"
#include "gfx.hh"
#include "eng.hh"
#include "mod_base.hh"
#include "mod_base_craft.hh"
#include "mod_base_craft_eye.hh"
Namespaces | |
| namespace | mod_base |
Defines | |
| #define | MOD_BASE_INIT_CC 1 |
| #define | JOY_ARG() { mod_base::gSettings.mJoy = true; } |
| #define | JOY_ARG_AXIS3(AXIS3) { JOY_ARG(); mod_base::gSettings.mJoyAxis3 = true; mJoystick.SetAxis3( AXIS3 ); } |
| #define | JOY_ARG_CALIBRATION() { JOY_ARG(); mod_base::gSettings.mJoyCalibration = true; } |
| #define | CMD_ARG_LIGHT(METHOD) |
| #define | CMD_ARG_MATERIAL(METHOD) |
| #define CMD_ARG_LIGHT | ( | METHOD | ) |
| #define CMD_ARG_MATERIAL | ( | METHOD | ) |
Value:
| #define JOY_ARG | ( | ) | { mod_base::gSettings.mJoy = true; } |
| #define JOY_ARG_AXIS3 | ( | AXIS3 | ) | { JOY_ARG(); mod_base::gSettings.mJoyAxis3 = true; mJoystick.SetAxis3( AXIS3 ); } |
| #define JOY_ARG_CALIBRATION | ( | ) | { JOY_ARG(); mod_base::gSettings.mJoyCalibration = true; } |
| #define MOD_BASE_INIT_CC 1 |
Palomino 3D Engine documents generated by doxygen 1.5.3 on Fri Nov 23 11:26:15 2007