Fission FSN
Loading...
Searching...
No Matches
fsCDoNothingKeyFrame.h
Go to the documentation of this file.
1/********************************************************************
2*
3* Created: 17/2/2014 10:57
4*
5* File: fsCDoNothingKeyFrame.h
6*
7* Author: Mick Waites
8*
9* Purpose: Keyframe which does nothing. Needed for compatibility.
10*
11*********************************************************************/
12
13#ifndef fsCDoNothingKeyFramehdr
14#define fsCDoNothingKeyFramehdr
15
16#include "../fsIKeyFrame.h"
17
18
20{
21public:
22
23 void execute(fsCAnimatingSpritePlayfirst* pParent) override;
24
26 virtual ~fsCDoNothingKeyFrame();
27
28protected:
29
30private:
31};
32
33#endif
Definition fsCAnimatingSpritePlayfirst.h:34
void execute(fsCAnimatingSpritePlayfirst *pParent) override
Definition fsCDoNothingKeyFrame.cpp:6
virtual ~fsCDoNothingKeyFrame()
Definition fsCDoNothingKeyFrame.cpp:16
fsCDoNothingKeyFrame(fsS32 pTime)
Definition fsCDoNothingKeyFrame.cpp:10
fsIKeyFrame(fsS32 pTime)
Definition fsIKeyFrame.cpp:6
int fsS32
Definition fsBaseTypes.h:20