remove unneeded math.h lol

This commit is contained in:
kin fuyuki 2025-12-21 05:26:33 -03:00
commit 5936a41af9
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401

View file

@ -3684,8 +3684,6 @@ Vector2 GetMousePosition(void)
return position;
}
#include<math.h>
Vector2 GetMousePositionDesktop(void)
{
Vector2 position = { 0 };