From 0770c95c17191b8945695eb5c27c11d279e3c1b9 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Mon, 6 Aug 2001 19:50:26 +0000 Subject: Moved TranslatePoint into a separate file. Implemented most of the main loop in main.c. Game now seems to run OK. Need to write texture code and then add OpenGL. --- src/kshape.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/kshape.h') diff --git a/src/kshape.h b/src/kshape.h index 9282ccd..dc38e33 100644 --- a/src/kshape.h +++ b/src/kshape.h @@ -3,12 +3,6 @@ #include "particle.h" -#define SOFTWARE_RENDERER 0 - -#if SOFTWARE_RENDERER -#include "SoftwareRender.hpp" -#endif - typedef struct { -- cgit v1.3