X-Git-Url: http://git.tdb.fi/?p=libs%2Fdemoscene.git;a=blobdiff_plain;f=source%2Faction.h;fp=source%2Faction.h;h=dacf788fa31597d4864249ae038f5a60f5132ea9;hp=f43d4e1b2110f63138a9bd7ddc9fee46035a297b;hb=462cb9fc40ae7fec26615c652e95991be89ea8ae;hpb=2be535f3b531fbda744b740da2150b25f0387173 diff --git a/source/action.h b/source/action.h index f43d4e1..dacf788 100644 --- a/source/action.h +++ b/source/action.h @@ -3,6 +3,9 @@ #include +namespace Msp { +namespace DemoScene { + class Demo; class Action @@ -51,4 +54,7 @@ public: virtual void interpolate(float, float) { } }; +} // namespace DemoScene +} // namespace Msp + #endif