summaryrefslogtreecommitdiff
path: root/assetFactory/assetFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'assetFactory/assetFactory.h')
-rw-r--r--assetFactory/assetFactory.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/assetFactory/assetFactory.h b/assetFactory/assetFactory.h
index 2bd576b..b47d408 100644
--- a/assetFactory/assetFactory.h
+++ b/assetFactory/assetFactory.h
@@ -1,22 +1,9 @@
#pragma once
-#include "factoryMesh.h"
+#include "asset.h"
#include "persistence.h"
#include "shape.h"
#include <filesystem>
-#include <stdTypeDefs.hpp>
-
-class Asset : public Persistence::Persistable, public StdTypeDefs<Asset> {
-public:
- std::string id;
- std::string name;
-
- FactoryMesh::Collection meshes;
-
-private:
- friend Persistence::SelectionPtrBase<std::shared_ptr<Asset>>;
- bool persist(Persistence::PersistenceStore & store) override;
-};
class AssetFactory : public Persistence::Persistable {
public: