aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
-rw-r--r--include/ui.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index ea3b593..0a8ba20 100644
--- a/include/common.h
+++ b/include/common.h
@@ -126,6 +126,7 @@ extern unsigned int HLINE;
extern float VOLUME_MASTER;
extern float VOLUME_MUSIC;
+extern float VOLUME_SFX;
/**
* A 'wrapper' for libc's srand(), as we hope to eventually have our own random number
* generator.
diff --git a/include/ui.h b/include/ui.h
index 8582460..38a4932 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -12,7 +12,7 @@
#include <world.h>
#include <ft2build.h>
#include <SDL2/SDL_opengl.h>
-#include <fstream>
+#include <thread>
#include FT_FREETYPE_H
#define DEBUG