|
VEGO-Engine
0.1
|
#include "ColliderComponent.h"#include "Constants.h"#include "Entity.h"#include <SDL3/SDL_rect.h>#include "SpriteComponent.h"#include "Vector2D.h"#include "Manager.h"#include <bitset>#include <initializer_list>#include <tuple>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | CollisionHandler |
| Class responsible for collision detection and handling. More... | |