Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
E:/Programming/MyProject/K_Game_hg/GameEngine/include/render/RenderTargetEvent.h
Go to the documentation of this file.
00001 // Copyright 2006-2011 by Kat'Oun
00002 
00003 #ifndef _RENDER_TARGET_EVENT_H_
00004 #define _RENDER_TARGET_EVENT_H_
00005 
00006 #include <EngineConfig.h>
00007 #include <core/Types.h>
00008 
00009 namespace render
00010 {
00011 
00012 class RenderTarget;
00013 
00015 struct ENGINE_PUBLIC_EXPORT RenderTargetEvent
00016 {
00017         RenderTargetEvent();
00018 
00020         RenderTarget* source;
00021 };
00022 
00023 } // end namespace render
00024 
00025 #endif

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:05 by Doxygen (1.7.4)