2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:47:43 +00:00

CLogBookScreen: Use forward declarations where applicable

Allows for avoiding the over exposing of types through the header when
included in other translation units or headers.
This commit is contained in:
Lioncash
2019-10-15 10:22:47 -04:00
parent 5b8f3f6693
commit 3a0daa3ab9
2 changed files with 12 additions and 2 deletions

View File

@@ -2,10 +2,13 @@
#include <algorithm>
#include "Runtime/CPlayerState.hpp"
#include "Runtime/CStateManager.hpp"
#include "Runtime/GuiSys/CAuiImagePane.hpp"
#include "Runtime/GuiSys/CGuiModel.hpp"
#include "Runtime/GuiSys/CGuiTableGroup.hpp"
#include "Runtime/GuiSys/CGuiTextPane.hpp"
#include "Runtime/MP1/CArtifactDoll.hpp"
#include "Runtime/MP1/MP1.hpp"
namespace urde::MP1 {