Refactor: added Screen interface class, LevelScreen

This commit is contained in:
MihailRis
2023-11-15 21:18:10 +03:00
parent 79aa754e66
commit fee25abb5e
11 changed files with 64 additions and 84 deletions
-1
View File
@@ -6,7 +6,6 @@
namespace platform {
extern void configure_encoding();
extern std::string get_settings_file();
extern std::string get_screenshot_file(std::string ext);
}
#endif // UTIL_PLATFORM_H_