mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Fix compile error
This commit is contained in:
parent
03dcb25273
commit
823f28acd3
2 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ override_disallowed_functions = {
|
|||
"src/game/obj_behaviors.c": [ "debug_" ],
|
||||
"src/game/obj_behaviors_2.c": [ "wiggler_jumped_on_attack_handler", "huge_goomba_weakly_attacked" ],
|
||||
"src/game/spawn_sound.c": [ "spawner" ],
|
||||
"src/pc/lua/utils/smlua_obj_utils.h": [ "spawn_object_remember_field" ],
|
||||
}
|
||||
|
||||
lua_function_params = {
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include "engine/surface_load.h"
|
||||
#include "pc/network/network.h"
|
||||
#include "pc/network/reservation_area.h"
|
||||
#include "pc/lua/utils/smlua_model_utils.h"
|
||||
#include "game/rng_position.h"
|
||||
#include "rumble_init.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue