mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 03:37:01 +00:00
extract tool work
This commit is contained in:
2
hecl/lib/Runtime/CMakeLists.txt
Normal file
2
hecl/lib/Runtime/CMakeLists.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
add_library(HECLRuntime
|
||||
HECLRuntime.cpp)
|
||||
0
hecl/lib/Runtime/D3D11/CD3D11RuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/D3D11/CD3D11RuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/D3D11/CD3D11RuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/D3D11/CD3D11RuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/D3D11/CD3D11RuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/D3D11/CD3D11RuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/GX/CGXRuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/GX/CGXRuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/GX/CGXRuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/GX/CGXRuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/GX/CGXRuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/GX/CGXRuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/GX2/CGX2RuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/GX2/CGX2RuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/GX2/CGX2RuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/GX2/CGX2RuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/GX2/CGX2RuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/GX2/CGX2RuntimeSpec.cpp
Normal file
26
hecl/lib/Runtime/HECLRuntime.cpp
Normal file
26
hecl/lib/Runtime/HECLRuntime.cpp
Normal file
@@ -0,0 +1,26 @@
|
||||
#include "HECL/Runtime.hpp"
|
||||
|
||||
namespace HECL
|
||||
{
|
||||
namespace Runtime
|
||||
{
|
||||
|
||||
Runtime::Runtime(const HECL::SystemString& hlpkDirectory)
|
||||
{
|
||||
}
|
||||
|
||||
Runtime::~Runtime()
|
||||
{
|
||||
}
|
||||
|
||||
std::shared_ptr<Entity> Runtime::loadSync(const Hash& pathHash)
|
||||
{
|
||||
}
|
||||
|
||||
std::shared_ptr<Entity> Runtime::loadAsync(const Hash& pathHash,
|
||||
SGroupLoadStatus* statusOut)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
4
hecl/lib/Runtime/IRuntimeCache.hpp
Normal file
4
hecl/lib/Runtime/IRuntimeCache.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef IRUNTIMECACHE_HPP
|
||||
#define IRUNTIMECACHE_HPP
|
||||
|
||||
#endif // IRUNTIMECACHE_HPP
|
||||
4
hecl/lib/Runtime/IRuntimeObject.hpp
Normal file
4
hecl/lib/Runtime/IRuntimeObject.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef IRUNTIMEOBJECT_HPP
|
||||
#define IRUNTIMEOBJECT_HPP
|
||||
|
||||
#endif // IRUNTIMEOBJECT_HPP
|
||||
4
hecl/lib/Runtime/IRuntimeSpec.hpp
Normal file
4
hecl/lib/Runtime/IRuntimeSpec.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef IRUNTIMESPEC_HPP
|
||||
#define IRUNTIMESPEC_HPP
|
||||
|
||||
#endif // IRUNTIMESPEC_HPP
|
||||
0
hecl/lib/Runtime/Metal/CMetalRuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/Metal/CMetalRuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/Metal/CMetalRuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/Metal/CMetalRuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/Metal/CMetalRuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/Metal/CMetalRuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/OGL3/COGL3RuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/OGL3/COGL3RuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/OGL3/COGL3RuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/OGL3/COGL3RuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/OGL3/COGL3RuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/OGL3/COGL3RuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/Vulkan/CMetalRuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/Vulkan/CMetalRuntimeCache.cpp
Normal file
0
hecl/lib/Runtime/Vulkan/CMetalRuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/Vulkan/CMetalRuntimeObject.cpp
Normal file
0
hecl/lib/Runtime/Vulkan/CMetalRuntimeSpec.cpp
Normal file
0
hecl/lib/Runtime/Vulkan/CMetalRuntimeSpec.cpp
Normal file
Reference in New Issue
Block a user