Files @ r4691:b59d8581817b
Branch filter:

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

belugas
(svn r6596) -Fix(r6562) : Add missing resize_window_widget.h to MSVC projects
/* $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 */