- /******************************************************************************/
- /******************************************************************************/
- class WaypointPos : Region
- {
- Memx<Property> props;
- TextBlack ts;
- static void Changed(WaypointPos &wp);
- WaypointPos& create(C Vec2 &up);
- void toGui();
- virtual void update(C GuiPC &gpc)override;
- };
- /******************************************************************************/
- /******************************************************************************/
- /******************************************************************************/
|