comparison Applications/Sdl/SdlCairoSurface.h @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents b70e9be013e4
children c35e98d22764
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
44 ~SdlCairoSurface(); 44 ~SdlCairoSurface();
45 45
46 void SetSize(unsigned int width, 46 void SetSize(unsigned int width,
47 unsigned int height); 47 unsigned int height);
48 48
49 void Render(IViewport& viewport); 49 void Render(Deprecated::IViewport& viewport);
50 }; 50 };
51 } 51 }
52 52
53 #endif 53 #endif