Extract animation base class.

Skips some complicated computations, so yay.
This commit is contained in:
2018-02-13 15:49:50 +01:00
parent 16665a588a
commit 230cc5ee76
8 changed files with 35 additions and 13 deletions

5
src/Animation.cpp Normal file
View File

@@ -0,0 +1,5 @@
//
// Created by bert on 13/02/18.
//
#include "Animation.hpp"