dol: initial dol commit
[jump.git] / dol / examples / example2 / src / global.h
diff --git a/dol/examples/example2/src/global.h b/dol/examples/example2/src/global.h
new file mode 100644 (file)
index 0000000..dfcbb84
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef GLOBAL_H
+#define GLOBAL_H
+
+#define LENGTH 20
+
+#endif