Changeset 9638 for code/branches/core6/src/orxonox/infos
- Timestamp:
- Aug 11, 2013, 5:52:29 PM (11 years ago)
- Location:
- code/branches/core6/src/orxonox/infos
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/infos/Bot.cc
r9629 r9638 38 38 namespace orxonox 39 39 { 40 CreateFactory(Bot);40 RegisterClass(Bot); 41 41 42 42 Bot::Bot(Context* context) : PlayerInfo(context) -
code/branches/core6/src/orxonox/infos/GametypeInfo.cc
r9629 r9638 48 48 namespace orxonox 49 49 { 50 CreateUnloadableFactory(GametypeInfo);50 RegisterUnloadableClass(GametypeInfo); 51 51 52 52 registerMemberNetworkFunction(GametypeInfo, dispatchAnnounceMessage); -
code/branches/core6/src/orxonox/infos/HumanPlayer.cc
r9629 r9638 41 41 namespace orxonox 42 42 { 43 CreateUnloadableFactory(HumanPlayer);43 RegisterUnloadableClass(HumanPlayer); 44 44 45 45 HumanPlayer::HumanPlayer(Context* context) : PlayerInfo(context)
Note: See TracChangeset
for help on using the changeset viewer.