Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
#include <engine_structs.h>
Public Member Functions | |
Texture ()=default | |
Public Attributes | |
unsigned int | id = 0 |
int | width = 0 |
int | height = 0 |
|
default |
int Texture::height = 0 |
unsigned int Texture::id = 0 |
int Texture::width = 0 |