This file contains the player direction system definitions. More...
#include <cmath>#include <numbers>#include <ranges>#include "ECS/Component.hpp"#include "ECS/Interfaces/ISystems.hpp"#include "ECS/Registry.hpp"#include "Utils/Common.hpp"#include "Utils/RTypeShared/GameConfig.hpp"
Include dependency graph for PlayerDirection.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | gme::PlayerDirectionSystem |
Namespaces | |
| namespace | gme |
Macros | |
| #define | M_PI 3.14159265358979323846 |
This file contains the player direction system definitions.
Definition in file PlayerDirection.hpp.
| #define M_PI 3.14159265358979323846 |
Definition at line 20 of file PlayerDirection.hpp.