From 06d1d0442276a05b6caad6e3468f4afb1e8ee5df Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 28 Jun 2020 00:03:11 +0800 Subject: ... --- include/cru/platform/graph/brush.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 include/cru/platform/graph/brush.hpp (limited to 'include/cru/platform/graph/brush.hpp') diff --git a/include/cru/platform/graph/brush.hpp b/include/cru/platform/graph/brush.hpp deleted file mode 100644 index e67384de..00000000 --- a/include/cru/platform/graph/brush.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once -#include "Resource.hpp" - -namespace cru::platform::graph { -struct IBrush : virtual IGraphResource {}; - -struct ISolidColorBrush : virtual IBrush { - virtual Color GetColor() = 0; - virtual void SetColor(const Color& color) = 0; -}; -} // namespace cru::platform::graph -- cgit v1.2.3