Changeset 2995 in orxonox.OLD for orxonox/trunk/importer
- Timestamp:
- Nov 26, 2004, 2:49:55 PM (20 years ago)
- Location:
- orxonox/trunk/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/importer/object.cc
r2988 r2995 341 341 { 342 342 readGroup (Buffer+2); 343 } 344 else if (!strncmp(Buffer, "s", 1)) 345 { 346 if (verbose >= 1) 347 printf("smoothing groups not suportet yet. line: %s\n", Buffer); 343 348 } 344 349 } -
orxonox/trunk/importer/windowHandler.h
r2936 r2995 6 6 #include <GL/gl.h> 7 7 #include <GL/glu.h> 8 9 #ifndef __APPLE__ 8 10 #include <SDL/SDL.h> 11 #else 12 #include <SDL.h> 13 #endif 9 14 10 15 #include <stdarg.h>
Note: See TracChangeset
for help on using the changeset viewer.