driver.h
author orudge
Sun, 31 Jul 2005 13:23:43 +0000
changeset 2245 4acb296fe90d
parent 2186 db48cf29b983
child 2436 7d5df545bd5d
permissions -rw-r--r--
(svn r2765) - Update MSVC6 and Watcom projects with strgen/stdafx.c removal
/* $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);

void GetDriverList(char* p);

#endif