Struct ImageFile
Public Attributes
| Type | Name |
|---|---|
| bool | bLoaded |
| int | height |
| u8 * | pData |
| char * | path |
| int | width |
Public Attributes Documentation
variable bLoaded
bool ImageFile::bLoaded;
variable height
int ImageFile::height;
variable pData
u8* ImageFile::pData;
variable path
char* ImageFile::path;
variable width
int ImageFile::width;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/include/ImageFileRegstry.h