Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 11:22:50 PM (18 years ago)
Author:
patrick
Message:

network: converter adj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/graphics/graphics_engine.cc

    r6634 r6746  
    3535#include "globals.h"
    3636#include "texture.h"
     37
     38#include "effects/graphics_effect.h"
    3739
    3840#include "shell_command.h"
     
    655657
    656658}
     659
     660
     661/**
     662 * loads a GraphicsEffect into the engine
     663 * @param effect the GraphicsEffect to add
     664 */
     665void GraphicsEngine::loadGraphicsEffect(GraphicsEffect* effect)
     666{}
     667
     668
     669/**
     670 * unloads a GraphicsEffect from the engine
     671 * @param effect the GraphicsEffect to remove
     672 */
     673void GraphicsEngine::unloadGraphicsEffect(GraphicsEffect* effect)
     674{}
Note: See TracChangeset for help on using the changeset viewer.