summaryrefslogtreecommitdiff
path: root/game/surface.cpp
blob: 007a9a4aff37f3058a1850fbcdc1cb8c5fef0df4 (plain)
1
2
3
4
5
6
7
#include "surface.h"

bool
Surface::persist(Persistence::PersistenceStore & store)
{
	return STORE_TYPE && STORE_MEMBER(colorBias) && STORE_MEMBER(quality) && Asset::persist(store);
}