Testing pull collaboration.

This commit is contained in:
Muzychenko Andrey 2022-08-29 08:02:13 +03:00
parent dc828b01b8
commit 0092343861
1 changed files with 2 additions and 1 deletions

View File

@ -255,7 +255,8 @@ enum class Msg
Menu1_UseMaxResolution_1024x768,
};
struct languageInfo {
struct languageInfo
{
const char* short_name;
const char* display_name;
};