1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

Formatting fix

This commit is contained in:
Ivan Savenko
2023-05-26 15:58:10 +03:00
parent dc16781877
commit c9d42d59c3
2 changed files with 15 additions and 9 deletions

View File

@ -62,6 +62,8 @@ CursorHandler::CursorHandler()
set(Cursor::Map::POINTER);
}
CursorHandler::~CursorHandler() = default;
Point CursorHandler::position() const
{
return pos;