summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorbiouman <biouman>2001-04-27 04:12:25 +0000
committerbiouman <biouman>2001-04-27 04:12:25 +0000
commit4db12b8121c0b32df8b8671045013c857beb191f (patch)
tree15489f56132610576bd5cd860d38d8b759f64482 /main.h
Diffstat (limited to 'main.h')
-rw-r--r--main.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/main.h b/main.h
new file mode 100644
index 0000000..e7a730b
--- /dev/null
+++ b/main.h
@@ -0,0 +1,9 @@
+#ifndef __MAIN_H__
+#define __MAIN_H__
+#include "hash.h"
+
+extern _TableauVariable variables;
+extern char mute;
+
+
+#endif