6 lines
126 B
C
6 lines
126 B
C
#ifndef __BANJO_KAZOOIE_MATH_H__
|
|
#define __BANJO_KAZOOIE_MATH_H__
|
|
|
|
#define SQ(x) ((x)*(x))
|
|
|
|
#endif // __BANJO_KAZOOIE_MATH_H__
|