mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Add LocalizationMaint.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:
committed by
Misa Elizabeth Kai
parent
8e33815c97
commit
97d905e8bf
17
desktop_version/src/LocalizationMaint.h
Normal file
17
desktop_version/src/LocalizationMaint.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef LOCALIZATIONMAINT_H
|
||||
#define LOCALIZATIONMAINT_H
|
||||
|
||||
namespace loc
|
||||
{
|
||||
|
||||
bool sync_lang_files(void);
|
||||
|
||||
bool save_roomname_to_file(const std::string& langcode, bool custom_level, int roomx, int roomy, const char* tra, const char* explanation);
|
||||
bool save_roomname_explanation_to_files(bool custom_level, int roomx, int roomy, const char* explanation);
|
||||
|
||||
void local_limits_check(void);
|
||||
void global_limits_check(void);
|
||||
|
||||
} /* namespace loc */
|
||||
|
||||
#endif /* LOCALIZATIONMAINT_H */
|
||||
Reference in New Issue
Block a user