summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2003-12-19 19:31:57 +0000
committerIan C <ianc@noddybox.co.uk>2003-12-19 19:31:57 +0000
commit9443eab98692b668fd35fc2a7e2cfb043953dbc7 (patch)
treeeb7082f5bfec8b065949e9b0e068837315db3e46 /src/config.h
parenta43db151b99687a85932f8172f73151bfcb93e88 (diff)
Added start of simple GUI and tweaked font
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index d655998..d937cb6 100644
--- a/src/config.h
+++ b/src/config.h
@@ -43,7 +43,8 @@ typedef enum
*/
typedef enum
{
- CONF_ROMFILE
+ CONF_ROMFILE,
+ CONF_TAPEDIR
} SConfigVar;