mirror of https://github.com/n64decomp/mk64.git
move SQ macro define to header file so project builds (#705)
This commit is contained in:
parent
5dbcf42e95
commit
8dfb7e7fd5
|
|
@ -103,4 +103,6 @@
|
|||
**/
|
||||
#define GET_PACKED_END(dl) (((u8*) dl) + sizeof(dl) - sizeof(dl[0]) - 0x07000000)
|
||||
|
||||
#define SQ(x) ((x) * (x))
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@ s16 D_8018EDB4;
|
|||
Vtx* D_8018EDB8;
|
||||
Vtx* D_8018EDBC;
|
||||
|
||||
/*** utils **/
|
||||
#define SQ(x) ((x) * (x))
|
||||
|
||||
void func_800AF9B0(void) {
|
||||
D_8018EDB8 = (void*) get_next_available_memory_addr(480 * sizeof(Vtx));
|
||||
D_8018EDBC = (void*) get_next_available_memory_addr(480 * sizeof(Vtx));
|
||||
|
|
|
|||
Loading…
Reference in New Issue