Files @ r5459:3ecf8d683b5b
Branch filter:

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

miham
(svn r7723) WebTranslator2 update to 2007-01-01 19:13:54
german - 1 changed by moewe2 (1)
greek - 63 changed by gonik (63)
slovak - 3 fixed, 4 changed by lengyel (7)
/* $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 */