driver.h
author Darkvater
Sat, 30 Dec 2006 23:32:22 +0000
branch0.5
changeset 5379 1a01b7435b77
parent 5170 56c12a62af49
permissions -rw-r--r--
(svn r7680) -Backport from trunk (r7586):
- Remove landscaping toolbar from road-toolbar in scenario editor
/* $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 */