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

Position d'une case dans la planche de raccords, en cases (origine haut-gauche). More...

#include <TileAutotile.h>

Public Attributes

int column = 0
int row = 0

Friends

bool operator== (const AutotileCell &lhs, const AutotileCell &rhs) noexcept

Detailed Description

Position d'une case dans la planche de raccords, en cases (origine haut-gauche).

◆ operator==

bool operator== ( const AutotileCell & lhs,
const AutotileCell & rhs )
friend

Member Data Documentation

◆ column

int hmi::AutotileCell::column = 0

◆ row

int hmi::AutotileCell::row = 0

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