1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-04 07:20:15 +02:00

Testing pull collaboration.

This commit is contained in:
Muzychenko Andrey 2022-08-29 08:02:13 +03:00
parent dc828b01b8
commit 0092343861

View file

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