sandbox
Loading...
Searching...
No Matches
physics.hpp
1// SPDX-License-Identifier: MIT
2#ifndef LIBSBX_PHYSICS_HPP_
3#define LIBSBX_PHYSICS_HPP_
4
5#include <libsbx/physics/shape_collider.hpp>
6#include <libsbx/physics/mesh_collider.hpp>
7#include <libsbx/physics/collision_detection.hpp>
8#include <libsbx/physics/rigidbody.hpp>
9#include <libsbx/physics/physics_module.hpp>
10
11#endif // LIBSBX_PHYSICS_HPP_