mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
General: Normalize RuntimeCommonB include paths
Finishes the normalizing of all of includes within the RuntimeCommonB target's headers.
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include "CEntity.hpp"
|
||||
#include "CHUDMemoParms.hpp"
|
||||
#include "CToken.hpp"
|
||||
#include <optional>
|
||||
#include <string_view>
|
||||
|
||||
#include "Runtime/CToken.hpp"
|
||||
#include "Runtime/World/CEntity.hpp"
|
||||
#include "Runtime/World/CHUDMemoParms.hpp"
|
||||
|
||||
namespace urde {
|
||||
class CStringTable;
|
||||
|
||||
class CScriptHUDMemo : public CEntity {
|
||||
public:
|
||||
enum class EDisplayType {
|
||||
|
||||
Reference in New Issue
Block a user