dol: initial dol commit
[jump.git] / dol / examples / example1 / src / global.h
1 #ifndef GLOBAL_H
2 #define GLOBAL_H
3
4 #include <stdio.h>
5
6 #define ARRAY_LEN 10
7 #define DEBUG 1
8
9 #endif