preload sounds
[supertux.git] / src / gameconfig.hpp
index 4263bda..ac45730 100644 (file)
 #ifndef SUPERTUX_CONFIG_H
 #define SUPERTUX_CONFIG_H
 
+#include <config.h>
+
 #include <string>
 
+#include "video/video_systems.hpp"
+
 class Config
 {
 public:
@@ -39,6 +43,7 @@ public:
   float aspect_ratio;
 
   bool use_fullscreen;
+  VideoSystem video;
   bool try_vsync;
   bool show_fps;
   bool sound_enabled;