1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Refactor ttf.c to C++

This commit is contained in:
Ted John
2018-01-05 21:14:20 +00:00
committed by Michael Steenbeek
parent 0c3c998177
commit 144dbf431c
8 changed files with 18 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
#include "../platform/platform.h"
#include "../sprites.h"
#include "../util/Util.h"
#include "ttf.h"
#include "TTF.h"
extern "C"
{