@EE1EditWaypoint.h 585 B

12345678910111213141516
  1. /******************************************************************************/
  2. /******************************************************************************/
  3. class EE1EditWaypoint : Game::Waypoint, EE1ObjGlobal
  4. {
  5. UID id;
  6. Str name;
  7. bool loadData(File &f);
  8. bool load(File &f, C Str &name);
  9. public:
  10. EE1EditWaypoint();
  11. };
  12. /******************************************************************************/
  13. /******************************************************************************/
  14. /******************************************************************************/