Eigenes Verzeichnis für Level spendiert.
[hackover2013-badge-firmware.git] / badge / util / util.h
1 #ifndef INCLUDED_HACKOVER2013_BADGE_UTIL_UTIL_H
2 #define INCLUDED_HACKOVER2013_BADGE_UTIL_UTIL_H
3
4 #include "rectangle.h"
5 #include "fixed_point.h"
6
7 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof(*arr))
8
9 #endif
This page took 0.043693 seconds and 5 git commands to generate.