summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 536d21c6a..4040c9cea 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -23,6 +23,7 @@ int _debug_npf_level;
int _debug_yapf_level;
int _debug_freetype_level;
int _debug_sl_level;
+int _debug_station_level;
typedef struct DebugLevel {
@@ -46,6 +47,7 @@ typedef struct DebugLevel {
DEBUG_LEVEL(yapf),
DEBUG_LEVEL(freetype),
DEBUG_LEVEL(sl),
+ DEBUG_LEVEL(station),
};
#undef DEBUG_LEVEL