src/driver.h
changeset 8112 24b89cd40bfd
parent 8051 0cb6e84eb367
child 8214 971f861d5543
equal deleted inserted replaced
8111:02d19f43eea6 8112:24b89cd40bfd
     4 
     4 
     5 #ifndef DRIVER_H
     5 #ifndef DRIVER_H
     6 #define DRIVER_H
     6 #define DRIVER_H
     7 
     7 
     8 #include "debug.h"
     8 #include "debug.h"
     9 #include "helpers.hpp"
     9 #include "core/enum_type.hpp"
    10 #include "string.h"
    10 #include "string.h"
    11 #include <string>
    11 #include <string>
    12 #include <map>
    12 #include <map>
    13 
    13 
    14 bool GetDriverParamBool(const char * const *parm, const char *name);
    14 bool GetDriverParamBool(const char * const *parm, const char *name);