diff options
Diffstat (limited to 'include/cru/ui/controls/IBorderControl.hpp')
-rw-r--r-- | include/cru/ui/controls/IBorderControl.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/cru/ui/controls/IBorderControl.hpp b/include/cru/ui/controls/IBorderControl.hpp deleted file mode 100644 index a8bc0b51..00000000 --- a/include/cru/ui/controls/IBorderControl.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#include "../style/ApplyBorderStyleInfo.hpp" -#include "Base.hpp" -#include "cru/common/Base.hpp" - -namespace cru::ui::controls { -struct CRU_UI_API IBorderControl : virtual Interface { - virtual void ApplyBorderStyle(const style::ApplyBorderStyleInfo& style) = 0; -}; -} // namespace cru::ui::controls |