Files @ r4809:d045782e5bcc
Branch filter:

Location: cpp/openttd-patchpack/source/driver.h

miham
(svn r6733) WebTranslator2 update to 2006-10-11 11:15:30
catalan - 17 changed by arnaullv (17)
galician - 11 fixed, 7 changed by Condex (18)
greek - 1 deleted, 1 changed by gonik (2)
polish - 1 changed by meush (1)
turkish - 6 fixed by jnmbk (6)
/* $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);

#endif /* DRIVER_H */