mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Render.cpp: make maprender translatable
This mainly adds loc::gettext calls. This commit is part of rewritten history of the localization branch. The original (unsquashed) commit history can be found here: https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
52e847d5c1
commit
949f0fa2e2
@@ -149,7 +149,7 @@ public:
|
||||
|
||||
void printcrewnamedark(int x, int y, int t);
|
||||
|
||||
void map_tab(int opt, const std::string& text, bool selected = false);
|
||||
void map_tab(int opt, const char* text, bool selected = false);
|
||||
|
||||
void map_option(int opt, int num_opts, const std::string& text, bool selected = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user