thru HandleEndTurn_MonFled

This commit is contained in:
jiangzhengwenjz
2019-10-18 06:16:11 +08:00
parent 1862f70466
commit 88ad62c3f3
8 changed files with 1213 additions and 4671 deletions
+7
View File
@@ -32,6 +32,13 @@
// GF's lingo
#define NELEMS ARRAY_COUNT
#define SWAP(a, b, temp) \
{ \
temp = a; \
a = b; \
b = temp; \
}
// useful math macros
// Converts a number to Q8.8 fixed-point format