1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
ooot/include/z_play.h

9 lines
141 B
C
Raw Normal View History

2021-12-27 19:23:03 +00:00
#pragma once
#include "color.h"
extern void* D_8012D1F0;
extern s32 gScreenWidth;
extern s32 gScreenHeight;
extern Color_RGBA8 D_801614B0;
2021-12-27 19:23:03 +00:00