Skip to content

Commit

Permalink
this time?
Browse files Browse the repository at this point in the history
  • Loading branch information
bomba1749 authored Mar 13, 2024
1 parent 7752540 commit f04babc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Game/AI/AI/AirOcta/AirOctaDataMgr.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
#pragma once

#include <container/seadObjArray.h>
#include <prim/seadRuntimeTypeInfo.h>
#include "KingSystem/ActorSystem/actActor.h"
#include "KingSystem/ActorSystem/actAiClassDef.h"
#include <prim/seadRuntimeTypeInfo.h>
#include <container/seadObjArray.h>


namespace uking {
class AirOctaDataMgr {
Expand All @@ -13,8 +14,8 @@ class AirOctaDataMgr {
void changeOctasYheightMaybe();

struct MessageData {
u32 unk_00;
u64 unk_08;
u32 unk_00;
u64 unk_08;
};

/* 0x08 */ ksys::act::BaseProcLink mBaseProcLink;
Expand All @@ -38,6 +39,5 @@ class AirOctaDataMgr {
/*0x118 */ float unk_118;
/*0x11c */ float unk_11c;
/*0x120 */ u32 mFlags;

};
} // namespace uking

0 comments on commit f04babc

Please sign in to comment.