X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FAnimation.cpp;h=bdd4b2905e75728c3d64523156203a714e4acff2;hb=5cca794c5b6549b7750c88b5c2217d659fa963dd;hp=602d7ef5d7613ada5118239b3ebf870e381633fc;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/graphics/Animation.cpp b/src/graphics/Animation.cpp index 602d7ef..bdd4b29 100644 --- a/src/graphics/Animation.cpp +++ b/src/graphics/Animation.cpp @@ -14,6 +14,11 @@ using loader::TypeDescription; namespace graphics { +Animation::Animation(loader::noinit_t) { + +} + + void Animation::CreateTypeDescription() { TypeDescription &td(TypeDescription::Create(TYPE_ID, "Animation")); td.SetDescription("Abstract base type for animations.");