@WaypointPos.h 628 B

123456789101112131415
  1. /******************************************************************************/
  2. /******************************************************************************/
  3. class WaypointPos : Region
  4. {
  5. Memx<Property> props;
  6. TextBlack ts;
  7. static void Changed(WaypointPos &wp);
  8. WaypointPos& create(C Vec2 &up);
  9. void toGui();
  10. virtual void update(C GuiPC &gpc)override;
  11. };
  12. /******************************************************************************/
  13. /******************************************************************************/
  14. /******************************************************************************/