Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
RigImporter.hpp
1
#if 0
2
#pragma once
3
4
#include "EngineCore/Assets/AssetImporter.hpp"
5
#include "Common/ResourcePipeline/Uuid.hpp"
6
7
namespace
Grindstone {
8
class
RigImporter :
public
AssetImporter {
9
public
:
10
virtual
void
Load(Uuid uuid)
override
;
11
};
12
}
13
#endif
sources
code
Plugins
Renderables3D
Assets
RigImporter.hpp
Generated by
1.12.0