|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include <th_gfx.h>
Public Attributes | |
| long | north {-1} |
| Animation start frame for the 'north' view. | |
| long | east {-1} |
| Animation start frame for the 'east' view. | |
| long | south {-1} |
| Animation start frame for the 'south' view. | |
| long | west {-1} |
| Animation start frame for the 'west' view. | |
Start frames of an animation, in each view direction. A negative number indicates there is no animation in that direction.
| long animation_start_frames::east {-1} |
Animation start frame for the 'east' view.
| long animation_start_frames::north {-1} |
Animation start frame for the 'north' view.
| long animation_start_frames::south {-1} |
Animation start frame for the 'south' view.
| long animation_start_frames::west {-1} |
Animation start frame for the 'west' view.