- Timestamp:
- Apr 23, 2015, 11:15:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/Radar.cc
r9667 r10393 37 37 38 38 //#include "util/Math.h" 39 #include "core/CoreIncludes.h" 39 40 #include "core/object/ObjectList.h" 40 41 #include "core/command/ConsoleCommand.h" … … 45 46 namespace orxonox 46 47 { 48 RegisterAbstractClass(Radar).inheritsFrom<Tickable>(); 47 49 48 50 Radar::Radar()
Note: See TracChangeset
for help on using the changeset viewer.