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

Add missing includes pt.2

Some missing includes that actually need to be present.
This commit is contained in:
Lioncash
2020-03-26 03:14:01 -04:00
parent be6b5406a9
commit 74600588fa
3 changed files with 3 additions and 2 deletions

View File

@@ -4,11 +4,11 @@
#include <string_view>
#include "Runtime/CToken.hpp"
#include "Runtime/GuiSys/CStringTable.hpp"
#include "Runtime/World/CEntity.hpp"
#include "Runtime/World/CHUDMemoParms.hpp"
namespace urde {
class CStringTable;
class CScriptHUDMemo : public CEntity {
public: