summaryrefslogtreecommitdiff
path: root/synth/watch_files.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-02-14 15:55:01 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-02-14 15:55:01 +0100
commit531a6e90cbf1cc2afd8eae7683bda48c5cf4506a (patch)
treec6b22210b7669492ae726ad494937a32a5fabeac /synth/watch_files.h
parentd4e928c4eecdcb12ebc96054c92cfc7b701c9a83 (diff)
Clean enabling/disabling of frameskip and watching per defines
Diffstat (limited to 'synth/watch_files.h')
-rw-r--r--synth/watch_files.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/synth/watch_files.h b/synth/watch_files.h
index b9c7d2d..37ecf0a 100644
--- a/synth/watch_files.h
+++ b/synth/watch_files.h
@@ -1,3 +1,6 @@
+#include "defines.h"
+#ifdef WATCHFILES
+
#ifndef __WATCH_FILES_H__
#define __WATCH_FILES_H__
@@ -7,3 +10,5 @@ void add_watch(int prog);
void remove_watch(int prog);
#endif
+
+#endif