summaryrefslogtreecommitdiff
path: root/assetFactory/textureFragment.cpp
blob: 72107a57e89bbe70faa7e024667c737a55672fc7 (plain)
1
2
3
4
5
6
7
#include "textureFragment.h"

bool
TextureFragment::persist(Persistence::PersistenceStore & store)
{
	return STORE_TYPE && STORE_MEMBER(id) && STORE_MEMBER(path);
}