Fix imports
This commit is contained in:
parent
5b8a1cb383
commit
5e16296e69
@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
|
||||
#include <SFML/Graphics/Drawable.hpp>
|
||||
#include <SFML/Graphics/Transformable.hpp>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
|
||||
namespace Toolkit {
|
||||
class EaseExponential {
|
||||
|
Loading…
Reference in New Issue
Block a user