src/driver.h
author KUDr
Wed, 03 Jan 2007 20:00:29 +0000
branchcustombridgeheads
changeset 5647 cbde85c8c878
parent 5643 3778051e8095
child 6268 4b5241e5dd10
permissions -rw-r--r--
(svn r7804) [cbh] - Fix: [NTP] suppress false 'Train is lost' message if destination tile was found
/* $Id$ */

#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 */