summaryrefslogtreecommitdiff
path: root/assetFactory/textureFragment.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'assetFactory/textureFragment.cpp')
-rw-r--r--assetFactory/textureFragment.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/assetFactory/textureFragment.cpp b/assetFactory/textureFragment.cpp
new file mode 100644
index 0000000..72107a5
--- /dev/null
+++ b/assetFactory/textureFragment.cpp
@@ -0,0 +1,7 @@
+#include "textureFragment.h"
+
+bool
+TextureFragment::persist(Persistence::PersistenceStore & store)
+{
+ return STORE_TYPE && STORE_MEMBER(id) && STORE_MEMBER(path);
+}