Changeset 3186 in orxonox.OLD for orxonox/trunk/importer/stdincl.h
- Timestamp:
- Dec 15, 2004, 7:51:10 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/importer/stdincl.h
r3184 r3186 1 /*! 2 \file stdincl.h 3 \brief This file includes default headers that nearly every Class needs. 4 5 no Class is defined here, but many headers to classes, and more general Headers like the openGL-header. 6 */ 1 7 2 8 #ifndef STDINCL_H 3 9 #define STDINCL_H 4 10 5 #define null 0 11 #define null 0 //!< null 6 12 7 13 #ifdef __WIN32__
Note: See TracChangeset
for help on using the changeset viewer.