From bf34d835e4ea49bd4ef2e5de2b1fea2fd3c95adc Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Tue, 29 Nov 2022 18:19:25 +0100 Subject: Start to use a normal game structure: - App class that has a StateStack - StateStack - Some State definiton and a minimal TitleState to use as a template - Makefile updated accordingly - Delete old code that was there for testing --- src/vec.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/vec.h (limited to 'src/vec.h') diff --git a/src/vec.h b/src/vec.h deleted file mode 100644 index a983256..0000000 --- a/src/vec.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef VEC_H -#define VEC_H -struct Vec2{ - int x; - int y; -}; -#endif // VEC_H -- cgit v1.2.3