mirror of https://github.com/zeldaret/botw.git
ksys: Break an include cycle
BaseProcHandle was including BaseProc, which was including BaseProcHandle, ...
This commit is contained in:
parent
256f22deb9
commit
93a82661f0
|
@ -1,7 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <basis/seadTypes.h>
|
||||
#include "KingSystem/ActorSystem/actBaseProc.h"
|
||||
#include "KingSystem/ActorSystem/actBaseProcUnit.h"
|
||||
#include "KingSystem/Utils/Types.h"
|
||||
|
||||
|
@ -27,4 +26,4 @@ private:
|
|||
};
|
||||
KSYS_CHECK_SIZE_NX150(BaseProcHandle, 0x10);
|
||||
|
||||
} // namespace ksys::act
|
||||
} // namespace ksys::act
|
||||
|
|
Loading…
Reference in New Issue