mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-21 10:58:44 +00:00
chore: use RawTemplater to template XModel loading code for t5 and t6
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
#include "GltfInput.h"
|
||||
#include "XModel/Gltf/JsonGltf.h"
|
||||
#include "XModel/XModelLoader.h"
|
||||
#include "XModel/XModelFileLoader.h"
|
||||
|
||||
#include <memory>
|
||||
#include <ostream>
|
||||
|
||||
namespace gltf
|
||||
{
|
||||
class Loader : public XModelLoader
|
||||
class Loader : public XModelFileLoader
|
||||
{
|
||||
public:
|
||||
Loader() = default;
|
||||
|
||||
Reference in New Issue
Block a user