Linux Compile Issue

-Added a missing header that was causing a compile issue for linux
-Hopefully, it won't crash
This commit is contained in:
mckinlee 2023-09-22 20:16:24 -04:00
parent d8f59f08a6
commit d8b8316af6

View File

@ -1,5 +1,6 @@
#include "global.h"
#include "vt.h"
#include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h"
void (*sKaleidoScopeUpdateFunc)(PlayState* play);
void (*sKaleidoScopeDrawFunc)(PlayState* play);