Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
00001 // Copyright 2006-2011 by Kat'Oun 00002 00003 #ifndef _ENGINE_EVENT_H_ 00004 #define _ENGINE_EVENT_H_ 00005 00006 #include <EngineConfig.h> 00007 #include <core/Types.h> 00008 00009 namespace engine 00010 { 00011 00013 struct ENGINE_PUBLIC_EXPORT EngineEvent 00014 { 00015 EngineEvent(); 00016 00018 f32 timeSinceLastUpdate; 00019 }; 00020 00021 } // end namespace engine 00022 00023 #endif
The KG Game Engine
Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:04 by
Doxygen
(1.7.4)
|