driver.h
author peter1138
Sun, 10 Dec 2006 21:39:38 +0000
changeset 5317 a41d1389c092
parent 5170 817550aa5a5f
permissions -rw-r--r--
(svn r7475) -Fix (r7348): sanity check NewGRF action 8 strings for null terminator
/* $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 */