1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Refactoring of SDL API usage:

- Rect no longer inherits from SDL_Rect
- renamed vcmi functions that used SDL naming format
- moved all functions in SDL_Extensions file into CSDL_Ext namespace
- SDL_Rect is now used only by SDL_Extensions, all other code uses Rect
This commit is contained in:
Ivan Savenko
2023-01-17 22:01:35 +02:00
parent 9a30484183
commit ee7a573cb8
56 changed files with 770 additions and 448 deletions

View File

@@ -12,7 +12,7 @@
#include "../gui/CIntObject.h"
struct SDL_Surface;
struct Rect;
class Rect;
class CAnimImage;
class CSlider;
class CLabel;