mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix warnings
This commit is contained in:
parent
c996f7b481
commit
ace1bb671b
1 changed files with 2 additions and 1 deletions
|
|
@ -2,9 +2,10 @@
|
|||
#define SMLUA_HOOKS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "src/game/camera.h"
|
||||
#include "include/behavior_table.h"
|
||||
|
||||
struct Camera;
|
||||
|
||||
enum LuaHookedEventType {
|
||||
HOOK_UPDATE,
|
||||
HOOK_MARIO_UPDATE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue