mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
parent
5bc23f58f8
commit
79c8accfab
6 changed files with 51 additions and 3164 deletions
|
@ -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) \
|
||||
{ \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue