summary refs log tree commit diff
path: root/include/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/main.h')
-rw-r--r--include/main.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h
new file mode 100644
index 0000000..9cdf6ac
--- /dev/null
+++ b/include/main.h
@@ -0,0 +1,9 @@
+#ifndef __MAIN_H__
+#define __MAIN_H__
+
+#include "types.h"
+
+
+extern const s8 *program_name;
+
+#endif /* __MAIN_H__ */