JustAnotherDnDGame 0.1.0
Jeu de rôle tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
hmi::RoomBounds Struct Reference

Rectangle (en cases) d'une salle, borné aux dimensions réelles du niveau. More...

#include <RoomGrid.h>

Public Attributes

int column = 0
int row = 0
int width = 0
int height = 0

Detailed Description

Rectangle (en cases) d'une salle, borné aux dimensions réelles du niveau.

Member Data Documentation

◆ column

int hmi::RoomBounds::column = 0

◆ height

int hmi::RoomBounds::height = 0

◆ row

int hmi::RoomBounds::row = 0

◆ width

int hmi::RoomBounds::width = 0

The documentation for this struct was generated from the following file:
  • /home/runner/work/JustAnotherDnDGame/JustAnotherDnDGame/Source/HMI/Graphics/RoomGrid.h