Changeset 5141 in orxonox.OLD for trunk/src/util/shell.h
- Timestamp:
- Aug 26, 2005, 4:04:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.h
r5130 r5141 16 16 // FORWARD DECLARATION 17 17 class Text; 18 class ShellCommandBase; 18 19 template<class T> class tList; 19 20 template<class T> class tIterator; … … 85 86 const tList<const char>* createCompleteList(const tList<const char>* inputList, const char* classNameBegin); 86 87 const tList<const char>* createCompleteList(const tList<BaseObject>* inputList, const char* classNameBegin); 88 const tList<const char>* createCompleteList(const tList<ShellCommandBase>* inputList, const char* classNameBegin); 87 89 88 90 // helpers //
Note: See TracChangeset
for help on using the changeset viewer.