mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 23:20:25 -04:00
+4
-2
@@ -75,8 +75,10 @@
|
||||
#define LOG_FLOAT(exp, value, file, line) LOG(exp, value, "%f", file, line)
|
||||
|
||||
#define SET_NEXT_GAMESTATE(curState, newInit, newStruct) \
|
||||
(curState)->init = newInit; \
|
||||
(curState)->size = sizeof(newStruct)
|
||||
do { \
|
||||
(curState)->init = newInit; \
|
||||
(curState)->size = sizeof(newStruct); \
|
||||
} while (0)
|
||||
|
||||
#define SET_FULLSCREEN_VIEWPORT(view) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user