ccw/ch/vacationtexttrigger, ccw/ch/grublinhood documentation update

This commit is contained in:
Banjo Kazooie
2024-08-31 17:48:41 -05:00
parent 33745d334b
commit 131e422275
10 changed files with 88 additions and 62 deletions

6
include/math.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef __BANJO_KAZOOIE_MATH_H__
#define __BANJO_KAZOOIE_MATH_H__
#define SQ(x) ((x)*(x))
#endif // __BANJO_KAZOOIE_MATH_H__