Minor improvements on http requests and minor bug fix.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2019-04-27 22:56:45 -03:00
parent 46f6b40207
commit af033b2fd0
9 changed files with 146 additions and 44 deletions

View File

@@ -1,7 +0,0 @@
#ifndef EE_MATH_BASE
#define EE_MATH_BASE
#include <eepp/core.hpp>
#include <eepp/math/ease.hpp>
#endif

View File

@@ -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>

View File

@@ -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>