- Timestamp:
- Aug 9, 2013, 9:26:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/controllers/AIController.cc
r9016 r9629 41 41 CreateFactory(AIController); 42 42 43 AIController::AIController( BaseObject* creator) : ArtificialController(creator)43 AIController::AIController(Context* context) : ArtificialController(context) 44 44 { 45 45 RegisterObject(AIController);
Note: See TracChangeset
for help on using the changeset viewer.