VoxelEngine/src/util/platform.h
2023-11-10 16:25:11 +03:00

11 lines
212 B
C++

#ifndef UTIL_PLATFORM_H_
#define UTIL_PLATFORM_H_
#include <string>
namespace platform {
extern void configure_encoding();
extern std::string get_settings_file();
}
#endif // UTIL_PLATFORM_H_