mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
9 lines
194 B
C
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
|