2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

CPlayerState: Organize includes

This commit is contained in:
Lioncash
2019-09-19 15:24:26 -04:00
parent 9c2fd54546
commit bc285913c8
2 changed files with 19 additions and 15 deletions

View File

@@ -1,12 +1,14 @@
#pragma once
#include "RetroTypes.hpp"
#include "CBasics.hpp"
#include "CStaticInterference.hpp"
#include "IOStreams.hpp"
#include "rstl.hpp"
#include "World/CHealthInfo.hpp"
#include <string_view>
#include <unordered_map>
#include <vector>
#include "Runtime/CStaticInterference.hpp"
#include "Runtime/IOStreams.hpp"
#include "Runtime/RetroTypes.hpp"
#include "Runtime/rstl.hpp"
#include "Runtime/World/CHealthInfo.hpp"
namespace urde {