1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Removed most SDL includes from headers, removed SDL int's

This commit is contained in:
Ivan Savenko
2023-01-30 19:55:32 +02:00
parent e14290fde0
commit 9c3030603d
38 changed files with 168 additions and 144 deletions

View File

@@ -42,6 +42,8 @@
#include "../../lib/mapObjects/CGHeroInstance.h"
#include <SDL_events.h>
CSpellWindow::InteractiveArea::InteractiveArea(const Rect & myRect, std::function<void()> funcL, int helpTextId, CSpellWindow * _owner)
{
addUsedEvents(LCLICK | RCLICK | HOVER);