r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
Collision.hpp File Reference

This file contains the collision system definitions. More...

#include <array>
#include <cmath>
#include <ranges>
#include <string>
#include <vector>
#include "ECS/Component.hpp"
#include "ECS/Interfaces/ISystems.hpp"
#include "ECS/Registry.hpp"
#include "Interfaces/IRenderer.hpp"
#include "Utils/Common.hpp"
#include "Utils/RTypeShared/GameConfig.hpp"
+ Include dependency graph for Collision.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gme::CollisionSystem
 Server-authoritative collision detection and response system. More...
 

Namespaces

namespace  gme
 

Detailed Description

This file contains the collision system definitions.

Definition in file Collision.hpp.