Changeset 3022 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Nov 29, 2004, 8:35:20 PM (20 years ago)
- Location:
- orxonox/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r2817 r3022 148 148 149 149 // Set window labeling 150 // TO DO: Add version information to caption 151 SDL_WM_SetCaption( "Orxonox", "Orxonox"); 150 SDL_WM_SetCaption( "Orxonox " PACKAGE_VERSION, "Orxonox " PACKAGE_VERSION); 152 151 153 152 // TO DO: Create a cool icon and use it here -
orxonox/trunk/src/orxonox.h
r2995 r3022 6 6 #ifndef ORXONOX_H 7 7 #define ORXONOX_H 8 9 // this includes the information from configure/makefiles 10 #if HAVE_CONFIG_H 11 #include <config.h> 12 #endif 8 13 9 14 #include "stdincl.h"
Note: See TracChangeset
for help on using the changeset viewer.