mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
8 lines
106 B
C++
8 lines
106 B
C++
#ifndef EE_MATH_BASE
|
|
#define EE_MATH_BASE
|
|
|
|
#include <eepp/base.hpp>
|
|
#include <eepp/math/ease.hpp>
|
|
|
|
#endif
|