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

Refactor drawing.c to C++

This commit is contained in:
Ted John
2018-01-05 21:17:33 +00:00
committed by Michael Steenbeek
parent 144dbf431c
commit 3dcbebcf68
96 changed files with 100 additions and 95 deletions

View File

@@ -17,7 +17,7 @@
#include "audio/audio.h"
#include "audio/AudioMixer.h"
#include "Context.h"
#include "drawing/drawing.h"
#include "drawing/Drawing.h"
#include "Intro.h"
#include "sprites.h"