From b08a63790c0fbeacb3f96a74e3eb15abe8c70dab Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 25 Jun 2012 19:59:17 +0200 Subject: SDL project - added (very basic) SDL template in CApplication and CEngine - split project into two targets: colobot_old (dependent on DirectX and WinAPI) and colobot_new (dependent on SDL and OpenGL) - moved sound.h/cpp to old/ and created new template in Snd namespace - added platform-independent dialog boxes in app/system.h/cpp --- src/graphics/common/model.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/graphics/common/model.h') diff --git a/src/graphics/common/model.h b/src/graphics/common/model.h index d67c71a..349c15c 100644 --- a/src/graphics/common/model.h +++ b/src/graphics/common/model.h @@ -20,7 +20,6 @@ #pragma once #include "engine.h" -#include "common/struct.h" #include "common/event.h" #include "modfile.h" #include "vertex.h" -- cgit v1.2.3-1-g7c22