Add Localization.cpp/h (not compiled yet)

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:
Dav999-v
2022-12-29 05:22:40 +01:00
committed by Misa Elizabeth Kai
parent 72f030fd8e
commit 98742ed852
3 changed files with 483 additions and 0 deletions

View File

@@ -6189,6 +6189,7 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
option("audio");
option("game pad");
option("accessibility");
option(loc::gettext("language"));
option("return");
menuyoff = 0;
maxspacing = 15;