mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 02:53:48 +00:00
feat(Core/Misc): includes cleanup (#5953)
This commit is contained in:
@@ -11,11 +11,10 @@
|
||||
#ifndef _ACORE_GEOMETRY_H
|
||||
#define _ACORE_GEOMETRY_H
|
||||
|
||||
#include <cmath>
|
||||
#include "Define.h"
|
||||
#include <iostream>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
#include <math.h>
|
||||
|
||||
[[nodiscard]] inline float getAngle(float startX, float startY, float destX, float destY)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user