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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user