This repository has been archived on 2019-09-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
research-project/src/Animation.cpp
Bert Peters 230cc5ee76 Extract animation base class.
Skips some complicated computations, so yay.
2018-02-13 15:53:47 +01:00

6 lines
64 B
C++

//
// Created by bert on 13/02/18.
//
#include "Animation.hpp"