mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Add paint.c
This commit is contained in:
committed by
duncanspumpkin
parent
221d5cb57e
commit
e49cd101d3
2
src/interface/paint.c
Normal file
2
src/interface/paint.c
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
#include "paint.h"
|
||||
6
src/interface/paint.h
Normal file
6
src/interface/paint.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _PAINT_H
|
||||
#define _PAINT_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user