dol: initial dol commit
[jump.git] / dol / examples / example1 / src / global.h
diff --git a/dol/examples/example1/src/global.h b/dol/examples/example1/src/global.h
new file mode 100644 (file)
index 0000000..78aaffd
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef GLOBAL_H
+#define GLOBAL_H
+
+#include <stdio.h>
+
+#define ARRAY_LEN 10
+#define DEBUG 1
+
+#endif