This commit is contained in:
wheremyfoodat 2024-08-16 18:05:21 +03:00 committed by GitHub
parent ac3840ddb0
commit 1256395688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,8 +1,10 @@
#pragma once
#include <cmath>
#include <glm/glm.hpp>
#include <numbers>
#include "helpers.hpp"
#include "services/hid.hpp"
namespace Sensors::SDL {
@ -27,4 +29,4 @@ namespace Sensors::SDL {
return glm::vec3(x, y, z);
}
} // namespace Gyro::SDL
} // namespace Sensors::SDL