diff options
Diffstat (limited to 'include/consts.h')
-rw-r--r-- | include/consts.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/consts.h b/include/consts.h new file mode 100644 index 0000000..ed1ac6c --- /dev/null +++ b/include/consts.h @@ -0,0 +1,6 @@ +#ifndef POKEREVO_CONSTS_H
+#define POKEREVO_CONSTS_H
+
+#define OSi_ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1))
+
+#endif //POKEREVO_CONSTS_H
|