diff options
Diffstat (limited to 'src/Window.hpp')
-rw-r--r-- | src/Window.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.hpp b/src/Window.hpp index 94fdca3..15af487 100644 --- a/src/Window.hpp +++ b/src/Window.hpp @@ -8,9 +8,9 @@ struct Window { unsigned char WindowId = 0; std::string type; - SlotData handSlot; + SlotDataType handSlot; const short HandSlotId = -1; - std::vector<SlotData> slots; + std::vector<SlotDataType> slots; short actions = 1; |