1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

renamed strings.[ch] to string_ids.[ch] due to name collision

This commit is contained in:
anyc
2014-05-19 21:04:28 +02:00
parent bab6e9a290
commit 82fa4439bf
37 changed files with 42 additions and 42 deletions

View File

@@ -31,7 +31,7 @@
#include "viewport.h"
#include "finance.h"
#include "audio.h"
#include "strings.h"
#include "string_ids.h"
static void set_all_land_owned();