Changeset 4499 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Jun 3, 2005, 11:18:59 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/util/common/list.h
r4497 r4499 9 9 #include "compiler.h" 10 10 #ifndef NULL 11 #define NULL 0 11 #define NULL 0 //!< this will define NULL 12 12 #endif 13 13 … … 111 111 //T* enumerate(); 112 112 tIterator<T>* getIterator(); 113 T* nextElement();114 113 T* nextElement(T* toEntity); 115 114 T* toArray(); 116 void debug();117 115 118 116 private:
Note: See TracChangeset
for help on using the changeset viewer.