Added platform::get_settings_file
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user