2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +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:
Lioncash
2019-09-23 15:00:23 -04:00
parent d6b70f37c2
commit 36d04456dd
144 changed files with 945 additions and 450 deletions

View File

@@ -1,9 +1,16 @@
#pragma once
#include "CActor.hpp"
#include "CDamageInfo.hpp"
#include "zeus/CTransform.hpp"
#include "zeus/CColor.hpp"
#include <optional>
#include <string>
#include <vector>
#include "Runtime/RetroTypes.hpp"
#include "Runtime/World/CActor.hpp"
#include "Runtime/World/CDamageInfo.hpp"
#include <zeus/CColor.hpp>
#include <zeus/CTransform.hpp>
#include <zeus/CVector3f.hpp>
namespace urde {
class CScriptSpecialFunction : public CActor {