Files @ r5330:e2bb5820f4e5
Branch filter:

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

miham
(svn r7491) WebTranslator2 update to 2006-12-13 19:43:22
esperanto - 238 fixed, 6 changed by LaPingvino (244)
russian - 252 changed by Smoky555 (252)
/* $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 */