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/script/script.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/script/script.cpp') diff --git a/src/script/script.cpp b/src/script/script.cpp index 001443b..8471df5 100644 --- a/src/script/script.cpp +++ b/src/script/script.cpp @@ -14,25 +14,30 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. -// script.cpp - #include "script/script.h" #include "app/app.h" + #include "common/global.h" #include "common/iman.h" #include "common/restext.h" + #include "graphics/engine/terrain.h" #include "graphics/engine/water.h" #include "graphics/engine/text.h" + #include "math/geometry.h" #include "math/vector.h" + #include "object/object.h" #include "object/robotmain.h" #include "object/task/taskmanager.h" + #include "physics/physics.h" + #include "script/cbottoken.h" + #include "ui/interface.h" #include "ui/edit.h" #include "ui/list.h" -- cgit v1.2.3-1-g7c22