22 #ifndef TITANIC_MOVIE_CLIP_H 23 #define TITANIC_MOVIE_CLIP_H 25 #include "titanic/core/list.h" 30 CLIPFLAG_HAS_END_FRAME = 1,
32 CLIPFLAG_HAS_START_FRAME = 8,
80 bool existsByStart(
const CString &name,
int startFrame = 0)
const;
86 bool existsByEnd(
const CString &name,
int endFrame = 0)
const;
Definition: movie_clip.h:41
Definition: simple_file.h:49
void save(SimpleFile *file, int indent) override
Definition: movie_clip.h:69
void load(SimpleFile *file) override