/TheElements/jni/macros.h
http://thelements.googlecode.com/ · C Header · 21 lines · 9 code · 3 blank · 9 comment · 0 complexity · e10b3c63ec54bbc4bae3c93e091808cb MD5 · raw file
- /*
- * macros.h
- * -------------------------------
- * Some overall macros needed by the JNI code.
- * These are not all of the macros defined, but
- * are ones that are global and may need to be
- * changed often, especially TElements (when
- * adding new elements)
- */
- #ifndef MACROS_H_INCLUDED
- #define MACROS_H_INCLUDED
- #define TPoints 500000
- #define TElements 25
- #define TPixels 768*1024
- #define TCollision 28
- #define WIDTH 768
- #define HEIGHT 1024
- #endif