summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authoraliaspider2015-11-04 18:17:04 +0100
committeraliaspider2015-11-04 18:17:04 +0100
commitd2100979fd519b40c61dbdc6808120755513c88a (patch)
tree44df448bc43815273f6ceb8a8d33aab6291eb80f /src/config.h
parent0e70c7f861ed41b86be891882d08cd0fa0530d55 (diff)
downloadsnes9x2002-d2100979fd519b40c61dbdc6808120755513c88a.tar.gz
snes9x2002-d2100979fd519b40c61dbdc6808120755513c88a.tar.bz2
snes9x2002-d2100979fd519b40c61dbdc6808120755513c88a.zip
cleanups
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/config.h b/src/config.h
deleted file mode 100644
index e41a308..0000000
--- a/src/config.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef __CONFIG_H__
-#define __CONFIG_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#define CONFIG_LASTLOADED 0
-#define CONFIG_THEME 1
-
-void getConfigValue(unsigned int value, char *buffer, int bfsz);
-void setConfigValue(unsigned int value, char *ll);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif