mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Level editor work
This commit is contained in:
@@ -44,6 +44,10 @@ namespace PortabilityLayer
|
||||
|
||||
void SetEnabled(bool enabled);
|
||||
void SetState(int16_t state);
|
||||
|
||||
void SetVisible(bool visible);
|
||||
bool IsVisible() const;
|
||||
|
||||
virtual void SetString(const PLPasStr &str);
|
||||
virtual void SetHighlightStyle(int16_t style);
|
||||
|
||||
@@ -63,6 +67,7 @@ namespace PortabilityLayer
|
||||
Rect m_rect;
|
||||
int16_t m_state;
|
||||
bool m_enabled;
|
||||
bool m_visible;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user