driver.h
author celestar
Tue, 02 Jan 2007 16:43:05 +0000
branchcustombridgeheads
changeset 5640 ccd487181ed5
parent 5170 56c12a62af49
permissions -rw-r--r--
(svn r7750) [cbh] - Doc: Updated the documentation for the tiles to reflect recent changes
/* $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 */