Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
components.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "camera.h"
4 #include "circle.h"
5 #include "label.h"
6 #include "node.h"
7 #include "polygon.h"
8 #include "sprite_node.h"
9 #include "rigidbody_node.h"