Changeset 9740 in orxonox.OLD for branches/new_class_id/src/lib/shell
- Timestamp:
- Sep 16, 2006, 1:38:36 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/shell_command.h
r9728 r9740 9 9 #include "base_object.h" 10 10 11 #include "executor/executor.h"12 13 11 /// THIS IS USED TO LOAD CONSTANT AND STATIC FUNCTIONS EASILY. 14 #include "executor/executor_functional.h" 15 #define EXECUTOR_FUNCTIONAL_USE_CONST 16 #include "executor/executor_functional.h" 17 #define EXECUTOR_FUNCTIONAL_USE_STATIC 18 #include "executor/executor_functional.h" 19 12 #include "executor/functor_member.h" 13 #include "executor/functor_const_member.h" 14 #include "executor/functor_static.h" 20 15 21 16 #include "shell_completion_plugin.h"
Note: See TracChangeset
for help on using the changeset viewer.