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__
|