annotate Renderer/Engine/task/RunMove.h @ 898:302ebfc75a79 draft

merge
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 16 Jul 2010 19:00:49 +0900
parents 5651114dcfeb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
752
5651114dcfeb add task/RunMove
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
1 #ifndef INCLUDED_RUN_MOVE
5651114dcfeb add task/RunMove
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
2 #define INCLUDED_RUN_MOVE
5651114dcfeb add task/RunMove
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
3
5651114dcfeb add task/RunMove
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
4 #include "SceneGraphRoot.h"
5651114dcfeb add task/RunMove
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
5 #include "SchedTask.h"
5651114dcfeb add task/RunMove
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
6
5651114dcfeb add task/RunMove
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
diff changeset
7 #endif