31 #ifndef CRAB_LEVELEXIT_H 32 #define CRAB_LEVELEXIT_H 34 #include "crab/Shape.h" 38 namespace pyrodactyl {
45 Exit() : _entry(-1, -1) {}
46 Exit(rapidxml::xml_node<char> *node) {
50 void load(rapidxml::xml_node<char> *node);
57 #endif // CRAB_LEVELEXIT_H
Definition: moveeffect.h:37
Definition: LevelExit.h:40