Changeset 871 for code/trunk/src/orxonox/objects/Test.h
- Timestamp:
- Mar 9, 2008, 4:44:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/Test.h
r790 r871 30 30 31 31 #include "core/BaseObject.h" 32 #include "../core/CoreIncludes.h"33 32 34 33 namespace orxonox … … 74 73 public: 75 74 A1B2() { RegisterObject(A1B2); } 75 // virtual void test() = 0; 76 76 }; 77 77 … … 116 116 public: 117 117 A1B2C1() { RegisterObject(A1B2C1); } 118 // void test() { std::cout << "test!\n"; } 118 119 }; 119 120
Note: See TracChangeset
for help on using the changeset viewer.