Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
#include "node.h"
Go to the source code of this file.
Classes | |
struct | CollisionShape |
struct | RectangleShape |
struct | CircleShape |
struct | CapsuleShape |
struct | PolygonShape |
Enumerations | |
enum class | BodyType { STATIC , DYNAMIC , KINEMATIC } |
enum class | ShapeType { RECTANGLE , CIRCLE , POLYGON , CAPSULE } |
|
strong |
|
strong |