aboutsummaryrefslogtreecommitdiff
path: root/tsalis/include/tsalis.h
diff options
context:
space:
mode:
Diffstat (limited to 'tsalis/include/tsalis.h')
-rw-r--r--tsalis/include/tsalis.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tsalis/include/tsalis.h b/tsalis/include/tsalis.h
new file mode 100644
index 0000000..d60b7c7
--- /dev/null
+++ b/tsalis/include/tsalis.h
@@ -0,0 +1,11 @@
+#ifndef TSALIS_H
+#define TSALIS_H
+
+#define NAME_MAX_SIZE 10
+
+extern sbool g_exit;
+extern sbool g_running;
+extern sword g_autoSaveInterval;
+extern char g_simName[];
+
+#endif