mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Use ResourcePath for referencing texts and json's
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "filesystem/ResourcePath.h"
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
class CInputStream;
|
||||
@@ -56,7 +58,7 @@ public:
|
||||
/// end current line
|
||||
bool endLine();
|
||||
|
||||
explicit CLegacyConfigParser(std::string URI);
|
||||
explicit CLegacyConfigParser(const TextPath & URI);
|
||||
};
|
||||
|
||||
class CGeneralTextHandler;
|
||||
|
||||
Reference in New Issue
Block a user