2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Merge branch 'shader-refactor'

This commit is contained in:
Jack Andersen
2018-10-15 17:17:37 -10:00
1013 changed files with 10142 additions and 18510 deletions

View File

@@ -1,5 +1,4 @@
#ifndef __URDE_CAUTOMAPPER_HPP__
#define __URDE_CAUTOMAPPER_HPP__
#pragma once
#include "RetroTypes.hpp"
#include "CInGameTweakManagerBase.hpp"
@@ -303,4 +302,3 @@ public:
};
}
#endif // __URDE_CAUTOMAPPER_HPP__

View File

@@ -1,5 +1,4 @@
#ifndef __URDE_CMAPAREA_HPP__
#define __URDE_CMAPAREA_HPP__
#pragma once
#include "RetroTypes.hpp"
#include "CResFactory.hpp"
@@ -92,4 +91,3 @@ public:
CFactoryFnReturn FMapAreaFactory(const SObjectTag& objTag, CInputStream& in, const CVParamTransfer&,
CObjectReference*);
}
#endif // __URDE_CMAPAREA_HPP__

View File

@@ -1,5 +1,4 @@
#ifndef __URDE_CMAPUNIVERSE_HPP__
#define __URDE_CMAPUNIVERSE_HPP__
#pragma once
#include "RetroTypes.hpp"
#include "zeus/CVector3f.hpp"
@@ -121,4 +120,3 @@ CFactoryFnReturn FMapUniverseFactory(const SObjectTag& tag, CInputStream& in, co
CObjectReference*);
}
#endif

View File

@@ -1,5 +1,4 @@
#ifndef __URDE_CMAPWORLD_HPP__
#define __URDE_CMAPWORLD_HPP__
#pragma once
#include "RetroTypes.hpp"
#include "CToken.hpp"
@@ -174,4 +173,3 @@ CFactoryFnReturn FMapWorldFactory(const SObjectTag& tag, CInputStream& in, const
}
#endif // __URDE_CMAPWORLD_HPP__

View File

@@ -1,5 +1,4 @@
#ifndef __URDE_CMAPWORLDINFO_HPP__
#define __URDE_CMAPWORLDINFO_HPP__
#pragma once
#include "RetroTypes.hpp"
@@ -32,4 +31,3 @@ public:
};
}
#endif // __URDE_CMAPWORLDINFO_HPP__

View File

@@ -1,5 +1,4 @@
#ifndef __URDE_CMAPPABLEOBJECT_HPP__
#define __URDE_CMAPPABLEOBJECT_HPP__
#pragma once
#include "RetroTypes.hpp"
#include "zeus/CAABox.hpp"
@@ -104,4 +103,3 @@ public:
static void Shutdown();
};
}
#endif // __URDE_CMAPPABLEOBJECT_HPP__