1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

Add paint.c

This commit is contained in:
Marijn van der Werf
2016-04-29 11:59:43 +02:00
committed by duncanspumpkin
parent 221d5cb57e
commit e49cd101d3
3 changed files with 14 additions and 0 deletions

2
src/interface/paint.c Normal file
View File

@@ -0,0 +1,2 @@
#include "paint.h"

6
src/interface/paint.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef _PAINT_H
#define _PAINT_H
#include "common.h"
#endif