OpenTTD Source 20241224-master-gee860a5c8e
DrawIndustryCoordinates Struct Reference

Simple structure gathering x,y coordinates for industries animations. More...

#include <industry_land.h>

Data Fields

uint8_t x
 coordinate x of the pair
 
uint8_t y
 coordinate y of the pair
 

Detailed Description

Simple structure gathering x,y coordinates for industries animations.

Definition at line 29 of file industry_land.h.

Field Documentation

◆ x

uint8_t DrawIndustryCoordinates::x

coordinate x of the pair

Definition at line 30 of file industry_land.h.

◆ y

uint8_t DrawIndustryCoordinates::y

coordinate y of the pair

Definition at line 31 of file industry_land.h.


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