]> git.localhorst.tv Git - space.git/blobdiff - src/sdl/InitSDL.h
move to SDL2
[space.git] / src / sdl / InitSDL.h
diff --git a/src/sdl/InitSDL.h b/src/sdl/InitSDL.h
deleted file mode 100644 (file)
index dd3cf72..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef SPACE_INITSDL_H_
-#define SPACE_INITSDL_H_
-
-#include <SDL/SDL.h>
-
-
-namespace space {
-
-class InitSDL {
-
-public:
-       explicit InitSDL(Uint32 flags = SDL_INIT_EVERYTHING);
-       ~InitSDL();
-
-       InitSDL(const InitSDL &) = delete;
-       InitSDL &operator =(const InitSDL &) = delete;
-
-};
-
-}
-
-#endif