Include dependency graph for p_driver.cc:

Macros | |
#define | DRIVER_ERROR(X) printf( "Stage driver error: %s\n", X ) |
#define | STG_DEFAULT_WORLDFILE "default.world" |
Functions | |
int | player_driver_init (DriverTable *table) |
Driver * | StgDriver_Init (ConfigFile *cf, int section) |
void | StgDriver_Register (DriverTable *table) |
Variables | |
const char * | copyright_notice |
PlayerTime * | GlobalTime |
bool | player_quiet_startup |
bool | player_quit |
Macro Definition Documentation
◆ DRIVER_ERROR
#define DRIVER_ERROR | ( | X | ) | printf( "Stage driver error: %s\n", X ) |
◆ STG_DEFAULT_WORLDFILE
#define STG_DEFAULT_WORLDFILE "default.world" |
Function Documentation
◆ player_driver_init()
int player_driver_init | ( | DriverTable * | table | ) |
◆ StgDriver_Init()
Driver* StgDriver_Init | ( | ConfigFile * | cf, |
int | section | ||
) |
◆ StgDriver_Register()
void StgDriver_Register | ( | DriverTable * | table | ) |
Variable Documentation
◆ copyright_notice
const char* copyright_notice |
Initial value:
=
"\n * Part of the Player Project [http://playerstage.sourceforge.net]\n"
" * Copyright 2000-2009 Richard Vaughan, Brian Gerkey and contributors.\n"
" * Released under the GNU General Public License v2.\n"
◆ GlobalTime
PlayerTime* GlobalTime |
◆ player_quiet_startup
bool player_quiet_startup |
◆ player_quit
bool player_quit |
Generated on Mon May 15 2017 20:43:08 for Stage by
