Classes | |
class | Animation |
class | Exit |
class | Object |
class | WarpEvent |
Public Member Functions | |
void | close () |
const Animation * | getAnimation (const Common::String &name) |
const Exit * | getExit (const Common::String &linkedWarp) |
const Object * | getObject (const Common::String &name) |
const WarpEvent * | getWarpEvent (const Common::String &name) |
bool | load (const Common::Path &name, TeWarp *warp, bool flag) |
void | render (const TeCamera &cam1, const TeCamera &cam2, const Common::String &str1, const Common::String &str2) |
void | addObject (const Object &obj) |
void | addExit (const Exit &exit) |
void | addAnimation (const Animation &anim) |
void | addWarpEvent (const WarpEvent &event) |