mirror of
https://github.com/n64decomp/mk64
synced 2026-07-08 12:56:13 -04:00
move SQ macro define to header file so project builds (#705)
This commit is contained in:
@@ -103,4 +103,6 @@
|
||||
**/
|
||||
#define GET_PACKED_END(dl) (((u8*) dl) + sizeof(dl) - sizeof(dl[0]) - 0x07000000)
|
||||
|
||||
#define SQ(x) ((x) * (x))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user