Changeset 8623 in orxonox.OLD for trunk/src/lib/shell
- Timestamp:
- Jun 20, 2006, 1:39:01 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/some_shell_commands.cc
r7725 r8623 28 28 using namespace OrxShell; 29 29 30 #include "network_game_rules.h" 31 SHELL_COMMAND(say, NetworkGameRules, shellSay)->setAlias("say"); 30 32 33 #include "player_stats.h" 34 SHELL_COMMAND(nick, PlayerStats, shellNick)->setAlias("nick"); 31 35 32 36 #include "class_list.h"
Note: See TracChangeset
for help on using the changeset viewer.