diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-22 01:34:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-22 01:34:49 +0300 |
commit | 3dcf21babe03cee5080a25e787e1d7e72124288e (patch) | |
tree | 7051c6beddd3e7e1de960bb84e46601db8e2e5c4 /src/simpleanimation.h | |
parent | c217b7141df580b686a0eef085bd0eb0a8e6771a (diff) | |
download | plus-3dcf21babe03cee5080a25e787e1d7e72124288e.tar.gz plus-3dcf21babe03cee5080a25e787e1d7e72124288e.tar.bz2 plus-3dcf21babe03cee5080a25e787e1d7e72124288e.tar.xz plus-3dcf21babe03cee5080a25e787e1d7e72124288e.zip |
Add final keyword to most classes.
Diffstat (limited to 'src/simpleanimation.h')
-rw-r--r-- | src/simpleanimation.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/simpleanimation.h b/src/simpleanimation.h index 6e2f1405c..ea9e3aef6 100644 --- a/src/simpleanimation.h +++ b/src/simpleanimation.h @@ -25,6 +25,8 @@ #include "utils/xml.h" +#include "localconsts.h" + class Animation; class Graphics; class Image; @@ -35,7 +37,7 @@ struct Frame; * This class is a leightweight alternative to the AnimatedSprite class. * It hosts a looping animation without actions and directions. */ -class SimpleAnimation +class SimpleAnimation final { public: /** |