Changeset 6746 in orxonox.OLD for branches/network/src/lib/graphics
- Timestamp:
- Jan 25, 2006, 11:22:50 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/graphics/graphics_engine.cc
r6634 r6746 35 35 #include "globals.h" 36 36 #include "texture.h" 37 38 #include "effects/graphics_effect.h" 37 39 38 40 #include "shell_command.h" … … 655 657 656 658 } 659 660 661 /** 662 * loads a GraphicsEffect into the engine 663 * @param effect the GraphicsEffect to add 664 */ 665 void GraphicsEngine::loadGraphicsEffect(GraphicsEffect* effect) 666 {} 667 668 669 /** 670 * unloads a GraphicsEffect from the engine 671 * @param effect the GraphicsEffect to remove 672 */ 673 void GraphicsEngine::unloadGraphicsEffect(GraphicsEffect* effect) 674 {}
Note: See TracChangeset
for help on using the changeset viewer.