1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00
Files
OpenRCT2/src/drawing/supports.h
2015-12-20 22:03:37 -06:00

9 lines
194 B
C

#ifndef _DRAWING_SUPPORTS_H_
#define _DRAWING_SUPPORTS_H_
#include "../common.h"
bool wooden_a_supports_paint_setup(int supportType, int special, int height, uint32 imageColourFlags);
#endif