Changeset 6187 in orxonox.OLD for branches/christmas_branche/src/lib/graphics
- Timestamp:
- Dec 20, 2005, 2:20:43 PM (19 years ago)
- Location:
- branches/christmas_branche/src/lib/graphics
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/lib/graphics/graphics_engine.cc
r6162 r6187 37 37 #ifdef __WIN32__ 38 38 #include "class_list.h" 39 #include "list.h"40 39 #include "static_model.h" 41 40 #endif … … 579 578 std::list<WorldEntity*>::const_iterator entity; 580 579 for (entity = drawList.begin(); entity != drawList.end(); entity++) 581 if ((*entity)->isVisible()) 582 (*entity)->draw(); 580 if ((*entity)->isVisible()) 581 (*entity)->draw(); 583 582 } 584 583 -
branches/christmas_branche/src/lib/graphics/render2D/render_2d.cc
r5417 r6187 20 20 #include "graphics_engine.h" 21 21 #include "class_list.h" 22 #include "list.h"23 22 #include "element_2d.h" 24 23 -
branches/christmas_branche/src/lib/graphics/text_engine/text_engine.cc
r5885 r6187 37 37 38 38 #include "debug.h" 39 #include "list.h"40 39 41 40 ///////////////////
Note: See TracChangeset
for help on using the changeset viewer.