mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-13 17:28:23 -04:00
Remove unneeded forward declarations
This commit is contained in:
parent
6611d95aba
commit
2d80a94797
@ -36,7 +36,6 @@ namespace SDL2pp {
|
|||||||
|
|
||||||
class Window;
|
class Window;
|
||||||
class Texture;
|
class Texture;
|
||||||
class Rect;
|
|
||||||
class Point;
|
class Point;
|
||||||
|
|
||||||
class Renderer {
|
class Renderer {
|
||||||
|
@ -36,7 +36,6 @@ struct SDL_Texture;
|
|||||||
namespace SDL2pp {
|
namespace SDL2pp {
|
||||||
|
|
||||||
class Renderer;
|
class Renderer;
|
||||||
class Rect;
|
|
||||||
class RWops;
|
class RWops;
|
||||||
|
|
||||||
class Texture {
|
class Texture {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user