#include <unistd.h>
#include <string.h>
#include <math.h>
#include "config.h"
#include "p_driver.h"
Go to the source code of this file.
#define DRIVER_ERROR |
( |
|
X | ) |
printf( "Stage driver error: %s\n", X ) |
#define STG_DEFAULT_WORLDFILE "default.world" |
int player_driver_init |
( |
DriverTable * |
table | ) |
|
Driver* StgDriver_Init |
( |
ConfigFile * |
cf, |
|
|
int |
section |
|
) |
| |
void StgDriver_Register |
( |
DriverTable * |
table | ) |
|
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"
Definition at line 154 of file p_driver.cc.
bool player_quiet_startup |