mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-07-17 16:22:50 +03:00
Minor improvements on http requests and minor bug fix.
--HG-- branch : dev
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#ifndef EE_MATH_BASE
|
||||
#define EE_MATH_BASE
|
||||
|
||||
#include <eepp/core.hpp>
|
||||
#include <eepp/math/ease.hpp>
|
||||
|
||||
#endif
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef EE_MATHCINTERPOLATION_H
|
||||
#define EE_MATHCINTERPOLATION_H
|
||||
|
||||
#include <eepp/math/base.hpp>
|
||||
#include <eepp/core.hpp>
|
||||
#include <eepp/math/ease.hpp>
|
||||
#include <eepp/system/time.hpp>
|
||||
#include <vector>
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#ifndef EE_MATHCWAYPOINTS_H
|
||||
#define EE_MATHCWAYPOINTS_H
|
||||
|
||||
#include <eepp/math/base.hpp>
|
||||
#include <eepp/core.hpp>
|
||||
#include <eepp/math/ease.hpp>
|
||||
#include <eepp/math/vector2.hpp>
|
||||
#include <eepp/system/time.hpp>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user