- Cal3D 0.11 API Reference -

animcallback.h
1 //****************************************************************************//
2 // animcallback.h //
3 // Copyright (C) 2004 Keith Fulton <keith@paqrat.com> //
4 //****************************************************************************//
5 // This library is free software; you can redistribute it and/or modify it //
6 // under the terms of the GNU Lesser General Public License as published by //
7 // the Free Software Foundation; either version 2.1 of the License, or (at //
8 // your option) any later version. //
9 //****************************************************************************//
10 
11 #ifndef CAL_ANIMCALLBACK_H
12 #define CAL_ANIMCALLBACK_H
13 
14 
15 #include "cal3d/global.h"
16 
17 
18 class CalAnimation;
19 
21 {
22  virtual ~CalAnimationCallback() {}
23  virtual void AnimationUpdate(float anim_time,CalModel *model, void * userData) = 0;
24  virtual void AnimationComplete(CalModel *model, void * userData) = 0;
25 };
26 
27 
28 #endif
29 
30 //****************************************************************************//
Definition: animcallback.h:20
Definition: animation.h:21
Definition: model.h:30

Generated at Thu Sep 4 2014 00:32:52 by The Cal3D Team with Doxygen 1.8.7