src/driver.h
author belugas
Fri, 27 Apr 2007 02:27:44 +0000
changeset 6534 cbfd00fc5d88
parent 6125 a6fff965707c
child 7170 923946ec324f
permissions -rw-r--r--
(svn r9722) -Documentation: Document some functions of town_cmd.cpp. Loosely based on work from TheJosh
More to come.
/* $Id$ */

/** @file driver.h */

#ifndef DRIVER_H
#define DRIVER_H

void LoadDriver(int driver, const char *name);

bool GetDriverParamBool(const char* const* parm, const char* name);
int GetDriverParamInt(const char* const* parm, const char* name, int def);

char *GetDriverList(char *p, const char *last);

#endif /* DRIVER_H */