ManaPlus
Public Member Functions | Data Fields
ImageRect Class Reference

#include <imagerect.h>

Public Member Functions

 ImageRect ()
 

Data Fields

Imagegrid [9]
 

Detailed Description

Definition at line 31 of file imagerect.h.

Constructor & Destructor Documentation

◆ ImageRect()

ImageRect::ImageRect ( )
inline

Definition at line 34 of file imagerect.h.

35  {
36  for (int f = 0; f < 9; f ++)
37  grid[f] = nullptr;
38  }
Image * grid[9]
Definition: imagerect.h:42

References grid.

Field Documentation

◆ grid

Image* ImageRect::grid[9]

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