From 3dcf21babe03cee5080a25e787e1d7e72124288e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 22 Sep 2012 01:34:49 +0300 Subject: Add final keyword to most classes. --- src/simpleanimation.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/simpleanimation.h') 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: /** -- cgit v1.2.3-60-g2f50