Changeset 9848 in orxonox.OLD for branches/new_class_id/src/lib/shell
- Timestamp:
- Sep 27, 2006, 11:39:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/shell/some_shell_commands.cc
r9836 r9848 53 53 54 54 #include "loading/resource_manager.h" 55 namespace Resources 56 {SHELL_COMMAND(debug, ResourceManager, debug);} 55 namespace Resources { 56 SHELL_COMMAND(debug, ResourceManager, debug); 57 SHELL_COMMAND(load, ResourceManager, loadFromLoadString); 58 } 57 59 58 60 #include "loading/load_param_class_description.h"
Note: See TracChangeset
for help on using the changeset viewer.