Add fmod to math.h

This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-03 16:24:59 +03:00
parent 80843df748
commit 01792db891
3 changed files with 2 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
#include "Kyoto/Math/CVector2i.hpp"
#include "Kyoto/Math/CloseEnough.hpp"
#include "Runtime/w_fmod.h"
#include "math.h"
#include "rstl/math.hpp"
namespace rstl {