Mercurial > hg > openttd
view src/driver.h @ 6032:3f513357d37f draft
(svn r8755) -Fix
Abbreviate GetAirport(st->airport_type) to st->Airport()
author | tron <tron@openttd.org> |
---|---|
date | Fri, 16 Feb 2007 09:38:43 +0000 |
parents | eabf4b86aed6 |
children | 46d001ebacf6 |
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, const char *last); #endif /* DRIVER_H */