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:
@@ -12,7 +12,7 @@
|
||||
#include "../gui/CIntObject.h"
|
||||
|
||||
struct SDL_Surface;
|
||||
struct Rect;
|
||||
class Rect;
|
||||
class CAnimImage;
|
||||
class CSlider;
|
||||
class CLabel;
|
||||
|
||||
Reference in New Issue
Block a user