mirror of
https://gitlab.com/banjo.decomp/banjo-kazooie
synced 2026-07-13 06:19:26 -04:00
9cb645df24
snackerctl documentation gczoombox partial documentation several warning resolutions
7 lines
127 B
C
7 lines
127 B
C
#ifndef __BANJO_KAZOOIE_MATH_H__
|
|
#define __BANJO_KAZOOIE_MATH_H__
|
|
|
|
#define SQ(x) ((x)*(x))
|
|
|
|
#endif // __BANJO_KAZOOIE_MATH_H__
|