diff --git a/src/Application/Core/Window.h b/src/Application/Core/Window.h deleted file mode 100644 index 3bc9d7c0..00000000 --- a/src/Application/Core/Window.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef YAZE_APPLICATION_CORE_WINDOW_H -#define YAZE_APPLICATION_CORE_WINDOW_H - -#include - -namespace yaze { -namespace Application { -namespace Core { - -class Window { - public: - void Create(); - void Destroy(); - SDL_Window* Get(); - - private: - SDL_Window* window = nullptr; -}; - -} // namespace Core -} // namespace Application -} // namespace yaze - -#endif \ No newline at end of file