Files @ r4951:1e348f5068ac
Branch filter:

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

miham
(svn r6942) WebTranslator2 update to 2006-10-25 21:34:26
bulgarian - 11 fixed, 5 changed by groupsky (16)
czech - 4 fixed, 3 changed by Hadez (7)
dutch - 1 fixed by habell (1)
galician - 22 fixed by Condex (22)
italian - 2 changed by sidew (2)
swedish - 4 fixed, 2 changed by daishan (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 */