1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Drop static function declarations from header

This commit is contained in:
Michał Janiszewski
2018-06-01 22:44:14 +02:00
committed by Michael Steenbeek
parent e40a8d2cf5
commit cb536a15fa

View File

@@ -26,7 +26,5 @@ struct encoding_convert_entry
extern const encoding_convert_entry RCT2ToUnicodeTable[256];
static sint32 encoding_search_compare(const void *pKey, const void *pEntry);
static wchar_t encoding_convert_x_to_unicode(wchar_t code, const encoding_convert_entry *table, size_t count);
wchar_t encoding_convert_rct2_to_unicode(wchar_t rct2str);
uint32 encoding_convert_unicode_to_rct2(uint32 unicode);