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