aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw_m/smelt_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'smelt/glfw_m/smelt_config.hpp')
-rw-r--r--smelt/glfw_m/smelt_config.hpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/smelt/glfw_m/smelt_config.hpp b/smelt/glfw_m/smelt_config.hpp
deleted file mode 100644
index d215d36..0000000
--- a/smelt/glfw_m/smelt_config.hpp
+++ /dev/null
@@ -1,30 +0,0 @@
-// -*- C++ -*-
-/*
- * Simple MultimEdia LiTerator(SMELT)
- * by Chris Xiong 2015
- * Configuration header for SDL version
- *
- * Modify this header according to your own requirements.
- *
- */
-
-/*
- * Maximum audio channels.
- * (How many audio can be played simultaneously?)
- */
-#define SRC_MAX 128
-
-/*
- * Vertex buffer size.
- */
-#define VERTEX_BUFFER_SIZE 4000
-
-/*
- * Uncomment this to build a "dumb" version with no audio routines.
- */
-//#define ENABLE_DUMB
-
-/*
- * Undefine this to disable ogg support.
- */
-#define ENABLE_OGG_SUPPORT