/FallingSandpaper/jni/setup.h
http://thelements.googlecode.com/ · C Header · 19 lines · 6 code · 4 blank · 9 comment · 0 complexity · 4a8d66d49f339d4cb94c712921dcbfee MD5 · raw file
- /*
- * setup.h
- * -----------------------------
- * Declares the rsetup function, which initializes
- * all of the arrays and variables necessary. Also
- * includes necessary headers.
- */
- #ifndef SETUP_H_INCLUDED
- #define SETUP_H_INCLUDED
- //Include the global variables
- #include "app.h"
- //Include the global macros
- #include "macros.h"
- void rsetup(void);
- #endif