diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-12-13 12:48:03 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-12-13 12:48:03 +0100 |
commit | 82be0bb0f9e19ea578858d6afff96ef8966424bc (patch) | |
tree | 229693ea7fcca40072244bcce191052be22f8fe0 /src/graphics/window.h | |
parent | 4e43958f84336e3bcc4104257f51ba84e57fc4b7 (diff) |
Remove random code that was added as a sketch
Diffstat (limited to 'src/graphics/window.h')
-rw-r--r-- | src/graphics/window.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/graphics/window.h b/src/graphics/window.h deleted file mode 100644 index 91e15c8..0000000 --- a/src/graphics/window.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef WINDOW_H -#define WINDOW_H - -#include<SFML/Graphics.hpp> - -class Window () - -#endif //WINDOW_H |