p_driver.cc File Reference
#include <unistd.h>
#include <string.h>
#include <math.h>
#include "config.h"
#include "p_driver.h"
Include dependency graph for p_driver.cc:

Defines

#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 = " * Released under the GNU General Public License v2.\n"
PlayerTime * GlobalTime
bool player_quiet_startup
bool player_quit

Define Documentation

#define DRIVER_ERROR (   X)    printf( "Stage driver error: %s\n", X )
#define STG_DEFAULT_WORLDFILE   "default.world"

Function Documentation

int player_driver_init ( DriverTable *  table)
Driver* StgDriver_Init ( ConfigFile *  cf,
int  section 
)
void StgDriver_Register ( DriverTable *  table)

Variable Documentation

const char* copyright_notice = " * Released under the GNU General Public License v2.\n"
PlayerTime* GlobalTime