From 7cbc9334a09540627df8845bb9952196276ae6f9 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Fri, 1 May 2015 13:06:29 -0500 Subject: removed duplicates and redirected images --- src/window.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/window.h (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h deleted file mode 100644 index fb1cf67..0000000 --- a/src/window.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef window_h -#define window_h - -#include -#include -#include -#include - -class Window -{ - public: - Window(); - void Destroy(); - - void Clear(); - void Render(); - SDL_Renderer* getRenderer(); - - private: - SDL_Window* main; - SDL_Renderer* renderer; -}; - -#endif -- cgit v1.2.3