dol: initial dol commit
[jump.git] / dol / examples / example7 / src / global.h
diff --git a/dol/examples/example7/src/global.h b/dol/examples/example7/src/global.h
new file mode 100644 (file)
index 0000000..b2931f2
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef GLOBAL_H
+#define GLOBAL_H
+
+#define N                 3
+#define NUMBER_OF_SAMPLES 5
+
+#endif