Changeset 3826 in orxonox.OLD for orxonox/trunk/src/animation.h
- Timestamp:
- Apr 14, 2005, 2:02:21 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/animation.h
r3825 r3826 50 50 ANIM_FUNCTION animFunc; 51 51 }; 52 53 54 /**********************TEST*******************************/ 55 class aTest 56 { 57 public: 58 aTest() {} 59 ~aTest() {} 60 void littleDebug(float f) { printf("setting f to:%f\n", f);} 61 }; 62 63 //aTest::aTest() {} 64 //aTest::~aTest() {} 65 66 //void aTest::littleDebug(float f) 67 68 /**********************TEST*******************************/ 69 52 70 53 71 class Anim … … 120 138 AnimKeyFrame* nextKeyFrame; 121 139 tList<AnimKeyFrame>* keyFrameList; 122 123 140 124 141 … … 339 356 340 357 358 359 341 360 #endif /* _ANIMATION_H */
Note: See TracChangeset
for help on using the changeset viewer.