Changeset 7193 in orxonox.OLD for trunk/src/lib/graphics/effects
- Timestamp:
- Mar 7, 2006, 5:05:50 PM (19 years ago)
- Location:
- trunk/src/lib/graphics/effects
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/effects/fog_effect.cc
r7107 r7193 19 19 #include "fog_effect.h" 20 20 21 #include " load_param.h"22 #include " factory.h"21 #include "util/loading/load_param.h" 22 #include "util/loading/factory.h" 23 23 24 24 #include "glincl.h" -
trunk/src/lib/graphics/effects/graphics_effect.cc
r6981 r7193 20 20 #include "graphics_effect.h" 21 21 22 #include " load_param.h"22 #include "util/loading/load_param.h" 23 23 24 24 -
trunk/src/lib/graphics/effects/lense_flare.cc
r7015 r7193 19 19 #include "lense_flare.h" 20 20 21 #include " load_param.h"22 #include " factory.h"21 #include "util/loading/load_param.h" 22 #include "util/loading/factory.h" 23 23 24 24 #include "glincl.h"
Note: See TracChangeset
for help on using the changeset viewer.