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

Write new code for loading title sequence ZIPs

This commit is contained in:
Ted John
2016-11-12 15:52:03 +00:00
parent c4926ff8d5
commit e6377b40ef
12 changed files with 384 additions and 15 deletions

View File

@@ -17,6 +17,7 @@
#include "../localisation/string_ids.h"
#include "../rct2.h"
#include "../title.h"
#include "../title/TitleSequence.h"
#include "../util/util.h"
#include "title_sequences.h"
#include "window.h"