Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
Public Attributes | List of all members
ember::Rectangle Struct Reference

#include <engine_structs.h>

Public Attributes

int x
 
int y
 
int width
 
int height
 

Member Data Documentation

◆ height

int ember::Rectangle::height

◆ width

int ember::Rectangle::width

◆ x

int ember::Rectangle::x

◆ y

int ember::Rectangle::y

The documentation for this struct was generated from the following file: