mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
IWYU
This commit is contained in:
parent
ac3840ddb0
commit
1256395688
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue