R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Collider.hpp
Go to the documentation of this file.
1#pragma once
2
10struct Collider {
11 float radius;
12};
Represents a circular collider for an entity, defined by its radius.
Definition Collider.hpp:10
float radius
Definition Collider.hpp:11