Fix up includes for clang
This commit is contained in:
parent
0fba458465
commit
165a7dd68a
|
@ -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() {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue