Changeset 673 for code/branches/FICN/src/orxonox/AIClass.h
- Timestamp:
- Dec 22, 2007, 10:15:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/AIClass.h
r597 r673 1 #ifndef AI_Class2 #define AI_Class1 #ifndef _AIClass_H__ 2 #define _AIClass_H__ 3 3 4 4 #include <Ogre.h> … … 8 8 #include <iostream> 9 9 10 11 #endif 12 10 // FIXME: using namespace xy; in header files is a very bad idea.. 13 11 using namespace std; 14 12 using namespace Ogre; … … 98 96 99 97 }; 98 99 #endif /* _AIClass_H__ */
Note: See TracChangeset
for help on using the changeset viewer.