Files @ r4118:b656cd93a69a
Branch filter:

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

miham
(svn r5462) WebTranslator2 update to 2006-07-05 19:54:20
bulgarian - 218 fixed, 79 changed by quicksilverbg (20), kokobongo (203), groupsky (74)
french - 1 changed by glx (1)
italian - 14 changed by sidew (14)
/* $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 */