Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

KX_IInterpolator.h

Go to the documentation of this file.
00001 #ifndef KX_IINTERPOLATOR_H
00002 #define KX_IINTERPOLATOR_H
00003 
00004 class KX_IInterpolator {        
00005 public:
00006         virtual ~KX_IInterpolator() {}
00007         
00008         virtual void Execute(float currentTime) const = 0; 
00009 };
00010 
00011 #endif

Generated at Thu Feb 1 13:03:05 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000