From f6e27099b294d55c15a6b5dad13cda7730a17a71 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 17 Oct 2012 21:55:45 +0200 Subject: Doxygen/comment fixes and some #include refactoring --- src/object/mainmovie.cpp | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'src/object/mainmovie.cpp') diff --git a/src/object/mainmovie.cpp b/src/object/mainmovie.cpp index 346f370..9aaf345 100644 --- a/src/object/mainmovie.cpp +++ b/src/object/mainmovie.cpp @@ -14,20 +14,18 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. -// mainmovie.cpp - - -#include - #include "object/mainmovie.h" -#include "math/geometry.h" #include "common/iman.h" + +#include "math/geometry.h" + #include "object/motion/motionhuman.h" #include "object/robotmain.h" +#include // Constructor of the application card. @@ -219,14 +217,14 @@ bool CMainMovie::EventProcess(const Event &event) } -// Geturns the type of the current movie. +// Returns the type of the current movie. MainMovieType CMainMovie::GetType() { return m_type; } -// Geturns the type of movie stop. +// Returns the type of movie stop. MainMovieType CMainMovie::GetStopType() { -- cgit v1.2.3-1-g7c22