From 9f784e81f81651bed087902f9f3afee113e56148 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Tue, 19 Jun 2012 20:11:47 +0200 Subject: Switched to new implementation of the rest of math module - changed structs from D3DVECTOR to Math::Vector and from D3DMATRIX to Math::Matrix - changed functions to new Math namespace functions - moved mainmovie module from graphics to object - added Get and Set to Math::Matrix --- src/object/task/taskfireant.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/object/task/taskfireant.h') diff --git a/src/object/task/taskfireant.h b/src/object/task/taskfireant.h index 8f9ea49..46df388 100644 --- a/src/object/task/taskfireant.h +++ b/src/object/task/taskfireant.h @@ -50,14 +50,14 @@ public: bool EventProcess(const Event &event); - Error Start(D3DVECTOR impact); + Error Start(Math::Vector impact); Error IsEnded(); bool Abort(); protected: protected: - D3DVECTOR m_impact; + Math::Vector m_impact; TaskFireAnt m_phase; float m_progress; float m_speed; -- cgit v1.2.3-1-g7c22