driver.h
author glx
Tue, 19 Dec 2006 14:24:45 +0000
changeset 5343 afb3b840ac5a
parent 5170 56c12a62af49
permissions -rw-r--r--
(svn r7511) -Fix(r7505): Fix network game list selection by enlarging by two pixel and adding a new row to it
/* $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 */