Files @ r2964:4729eb19ff4d
Branch filter:

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

Darkvater
(svn r3527) - Codechange: merge change from branch/0.4.5/. It should be other way, but ok :S
/* $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 */