Fix up includes for clang

This commit is contained in:
MysterD 2022-08-05 20:55:31 -07:00
parent 0fba458465
commit 165a7dd68a
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,8 @@
extern "C" {
#include "engine/behavior_script.h"
#include "src/pc/lua/smlua_hooks.h"
#include "pc/network/packets/packet.h"
#include "pc/lua/smlua_hooks.h"
}
Array<Pair<const char *, GfxData *>> &DynOS_Bhv_GetArray() {

View File

@ -11,6 +11,7 @@ extern "C" {
#include "game/sound_init.h"
#include "game/object_list_processor.h"
#include "game/options_menu.h"
#include "pc/network/packets/packet.h"
#include "pc/lua/smlua_hooks.h"
extern s8 gDialogBoxState;
extern s16 gMenuMode;