Files @ r5451:c36edfed94d7
Branch filter:

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

miham
(svn r7707) WebTranslator2 update to 2006-12-31 22:02:12
estonian - 1 fixed, 27 deleted, 2 changed by kristjans (30)
portuguese - 1 changed by nars (1)
/* $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 */