Mercurial > hg > openttd
view driver.h @ 3495:2ed3703642c2 draft
(svn r4346) CodeChange : Add and Use Accessors to Industry's Stage and Counter construction. Removed last direct map access from Disaster_cmd.c as well. Based on work from Rubidium in tfc_newmap
author | belugas <belugas@openttd.org> |
---|---|
date | Mon, 10 Apr 2006 15:09:56 +0000 |
parents | c3a70c191b55 |
children | 6ea3e5cdbc3b |
line wrap: on
line source
/* $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 */