Base for all drivers (video, sound, music, etc). More...
#include "core/enum_type.hpp"
#include "core/string_compare_type.hpp"
#include <map>
Go to the source code of this file.
Data Structures | |
class | Driver |
class | DriverFactoryBase |
Functions | |
const char * | GetDriverParam (const char *const *parm, const char *name) |
bool | GetDriverParamBool (const char *const *parm, const char *name) |
int | GetDriverParamInt (const char *const *parm, const char *name, int def) |
Base for all drivers (video, sound, music, etc).
Definition in file driver.h.