diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 84fd57b..05b9b8b 100644 --- a/src/Config.h +++ b/src/Config.h @@ -19,6 +19,8 @@ #ifndef CONFIG_H #define CONFIG_H +#include <stdio.h> + #include "types.h" namespace Config @@ -40,6 +42,10 @@ bool HasConfigFile(const char* fileName); void Load(); void Save(); +extern char BIOS9Path[1024]; +extern char BIOS7Path[1024]; +extern char FirmwarePath[1024]; + extern int _3DRenderer; extern int Threaded3D; |