上传文件至 'source-code/source/plugins/TLAC/FileSystem'
New function added "GetStringValue" to get string value from the config file
This commit is contained in:
@@ -17,6 +17,7 @@ namespace TLAC::FileSystem
|
||||
int GetIntegerValue(const std::string& key);
|
||||
bool GetBooleanValue(const std::string& key);
|
||||
float GetFloatValue(const std::string& key);
|
||||
std::string GetStringValue(const std::string& key);
|
||||
|
||||
protected:
|
||||
virtual void Parse(std::ifstream &fileStream) override;
|
||||
|
||||
Reference in New Issue
Block a user