1
0
mirror of synced 2024-11-12 01:40:47 +01:00

Fix imports

This commit is contained in:
Stepland 2020-02-12 19:55:41 +01:00
parent 5b8a1cb383
commit 5e16296e69
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#include <array>
#include <SFML/Graphics/Drawable.hpp>
#include <SFML/Graphics/Transformable.hpp>

View File

@ -1,6 +1,6 @@
#pragma once
#include <math.h>
#include <cmath>
namespace Toolkit {
class EaseExponential {