mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +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
|
#pragma once
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <numbers>
|
#include <numbers>
|
||||||
|
|
||||||
|
#include "helpers.hpp"
|
||||||
#include "services/hid.hpp"
|
#include "services/hid.hpp"
|
||||||
|
|
||||||
namespace Sensors::SDL {
|
namespace Sensors::SDL {
|
||||||
|
@ -27,4 +29,4 @@ namespace Sensors::SDL {
|
||||||
|
|
||||||
return glm::vec3(x, y, z);
|
return glm::vec3(x, y, z);
|
||||||
}
|
}
|
||||||
} // namespace Gyro::SDL
|
} // namespace Sensors::SDL
|
||||||
|
|
Loading…
Add table
Reference in a new issue