From 768a6db5eb666b0ce0a5fb4ebe512e50ea53a88f Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 11 May 2018 18:32:56 +0100 Subject: [PATCH] Add todo for localisation service calls --- src/openrct2/localisation/LocalisationService.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/localisation/LocalisationService.h b/src/openrct2/localisation/LocalisationService.h index e7017aad22..91bb5ecdfd 100644 --- a/src/openrct2/localisation/LocalisationService.h +++ b/src/openrct2/localisation/LocalisationService.h @@ -61,5 +61,6 @@ namespace OpenRCT2::Localisation } // Legacy getters +// TODO Remove usages of these and instead call via shared reference sint32 LocalisationService_GetCurrentLanguage(); bool LocalisationService_UseTrueTypeFont();