From e3edc6fecb1b12289e9d394f26b41ef65856e3f1 Mon Sep 17 00:00:00 2001 From: MysterD Date: Fri, 15 Apr 2022 19:34:47 -0700 Subject: [PATCH] Fix broken clock --- src/pc/lua/smlua_hooks.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pc/lua/smlua_hooks.h b/src/pc/lua/smlua_hooks.h index 625eaf8e..1474cc9f 100644 --- a/src/pc/lua/smlua_hooks.h +++ b/src/pc/lua/smlua_hooks.h @@ -4,6 +4,7 @@ #include #include "include/behavior_table.h" +// forward declare struct Camera; enum LuaHookedEventType {