"L. Spiro Engine"

F:/My Projects/LSEngine/Modules/LSGraphicsLib/Src/PostProcessing/LSGPostProcessor.h

00001 
00016 #ifndef __LSG_POSTPROCESSOR_H__
00017 #define __LSG_POSTPROCESSOR_H__
00018 
00019 #include "../LSGGraphicsLib.h"
00020 #include "LSGPostProcessorBase.h"
00021 
00022 namespace lsg {
00023 
00030         class CPostProcessor : public CPostProcessorBase {
00031         public :
00032                 // == Various constructors.
00033                 LSE_CALLCTOR                                                    CPostProcessor();
00034                 LSE_CALLCTOR                                                    ~CPostProcessor();
00035 
00036 
00037                 // == Functions.
00038 
00039 
00040         protected :
00041                 // == Members.
00042         };
00043 
00044 }       // namespace lsg
00045 
00046 #endif  // __LSG_POSTPROCESSOR_H__
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator