mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-21 17:41:42 +00:00
Fix compilation warning
This commit is contained in:
parent
09ebdadd69
commit
27aca61adf
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
#include <inttypes.h>
|
||||
#include "types.h"
|
||||
#include "pc/lua/smlua.h"
|
||||
#include "pc/lua/utils/smlua_audio_utils.h"
|
||||
#include "game/hardcoded.h"
|
||||
#include "game/object_list_processor.h"
|
||||
|
||||
struct ModAudio;
|
||||
|
||||
void djui_hud_set_render_behind_hud(bool enable) {
|
||||
LOG_LUA_LINE_WARNING("[LUA] djui_hud_set_render_behind_hud() is deprecated! Please use HOOK_ON_HUD_RENDER_BEHIND instead.");
|
||||
if (!gLuaActiveMod) { return; }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue