summaryrefslogtreecommitdiffstats
path: root/src/d3dengine.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 21:02:53 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2012-03-23 21:02:53 +0100
commitfe7a90ac34de28e30863a1257319f85a5e662286 (patch)
treef0aa10e228ff779f77ad1a8aeb5257388ad1c084 /src/d3dengine.h
parent519efddc9b7b557e63403f090a244b3b7063e48f (diff)
downloadcolobot-fe7a90ac34de28e30863a1257319f85a5e662286.tar.gz
colobot-fe7a90ac34de28e30863a1257319f85a5e662286.tar.bz2
colobot-fe7a90ac34de28e30863a1257319f85a5e662286.zip
Fixed includes and GCC syntax errors
Diffstat (limited to 'src/d3dengine.h')
-rw-r--r--src/d3dengine.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/d3dengine.h b/src/d3dengine.h
index a212b62..a99db93 100644
--- a/src/d3dengine.h
+++ b/src/d3dengine.h
@@ -14,15 +14,16 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
-// D3DEngine.h
+// d3dengine.h
#ifndef _D3DENGINE_H_
#define _D3DENGINE_H_
-#include "D3DApp.h"
+#include "struct.h"
+class CD3DApplication;
class CInstanceManager;
class CObject;
class CLight;
@@ -82,7 +83,7 @@ enum D3DMouse
D3DMOUSEMOVEH = 9, // -
D3DMOUSEMOVEV = 10, // |
D3DMOUSEMOVED = 11, // /
- D3DMOUSEMOVEI = 12, // \
+ D3DMOUSEMOVEI = 12, // \ //
D3DMOUSESCROLLL = 13, // <<
D3DMOUSESCROLLR = 14, // >>
D3DMOUSESCROLLU = 15, // ^