driver.h
author tron
Mon, 26 Jun 2006 14:58:41 +0000
branch0.4
changeset 10048 699760ec6757
parent 9959 984493ab6fff
permissions -rw-r--r--
(svn r5367) -Backport: 5348
-Fix: A HQ could only be flooded at its northern tile, the other 3 were immune to water
/* $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 */