mirror of
https://github.com/zeldaret/botw
synced 2026-07-08 05:40:38 -04:00
ksys: Break an include cycle
BaseProcHandle was including BaseProc, which was including BaseProcHandle, ...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user