mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
General: Normalize several headers' include paths
Normalizes the include paths and makes them consistent. Also adds any missing includes relevant to the interface.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "Character/CModelData.hpp"
|
||||
#include "CGSFreeLook.hpp"
|
||||
#include "CGSComboFire.hpp"
|
||||
#include "CGSFidget.hpp"
|
||||
#include "Runtime/Character/CModelData.hpp"
|
||||
#include "Runtime/Weapon/CGSComboFire.hpp"
|
||||
#include "Runtime/Weapon/CGSFidget.hpp"
|
||||
#include "Runtime/Weapon/CGSFreeLook.hpp"
|
||||
|
||||
namespace urde {
|
||||
enum class EGunState { Inactive, Default, FreeLook, ComboFire, Idle, Fidget, Strike, BigStrike };
|
||||
|
||||
Reference in New Issue
Block a user