diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-01 22:55:53 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-12-02 11:54:36 +0700 |
| commit | e4888c19818ef61264ea4e1b0da9ebdc302f1483 (patch) | |
| tree | f69cfb814c26cb978cfffe699b4c3197af7076c8 /src/Skeleton.cpp | |
| parent | 17ea4d827ad8fa1462447d59f490a007ba706d20 (diff) | |
| download | blackshades-e4888c19818ef61264ea4e1b0da9ebdc302f1483.tar.gz | |
Remove unused math functions
Diffstat (limited to 'src/Skeleton.cpp')
| -rw-r--r-- | src/Skeleton.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Skeleton.cpp b/src/Skeleton.cpp index ae194d3..e5cdd7a 100644 --- a/src/Skeleton.cpp +++ b/src/Skeleton.cpp @@ -1,4 +1,5 @@ -/**> HEADER FILES <**/ +#include <cmath> + #include "Camera.h" #include "Skeleton.h" #include "misc.h" |
