X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FAnimation.cpp;h=bdd4b2905e75728c3d64523156203a714e4acff2;hb=0e7b9eca67383e45e04aa419cb783c92722f7801;hp=602d7ef5d7613ada5118239b3ebf870e381633fc;hpb=1970312e983541d32d4ff73c81b8d90156a7bb99;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.");