src/driver.h
author maedhros
Mon, 22 Jan 2007 16:26:45 +0000
changeset 5793 01b18d4550e2
parent 5475 2e6990a8c7c4
child 6125 a6fff965707c
permissions -rw-r--r--
(svn r8350) -Codechange: [Graphs] Use DrawStringCentered instead of a hardcoded offset to make the string appear centred.
/* $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 */