diff options
Diffstat (limited to 'include/graphics/Widget.hpp')
-rw-r--r-- | include/graphics/Widget.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/graphics/Widget.hpp b/include/graphics/Widget.hpp deleted file mode 100644 index c4d5dc1..0000000 --- a/include/graphics/Widget.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -class Widget { - unsigned int x,y,w,h; -public: - Widget(Widget *parent); - ~Widget(); -}; |