Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
BoxColliderComponent.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
7#include <Math/AABB.hpp>
8
9namespace shkyera {
10
11template <RuntimeMode Mode = RuntimeMode::PRODUCTION>
15
16} // namespace shkyera
Definition Asset.hpp:6
Definition AABB.hpp:8
Definition BoxColliderComponent.hpp:12
AABB box
Definition BoxColliderComponent.hpp:13