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); }