mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-06 10:10:25 +02:00
Now make it even more elegant
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
#include "IReadFile.h"
|
||||
#include "path.h"
|
||||
#include "json/json.hpp"
|
||||
#include <tuple>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
@ -31,7 +32,7 @@ private:
|
||||
|
||||
// Methods.
|
||||
CSkinnedMesh* cleanUp(std::string);
|
||||
bool parseJSONFile(io::IReadFile* file);
|
||||
std::tuple<bool, std::string> parseJSONFile(io::IReadFile* file);
|
||||
std::tuple<bool, std::string> load();
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user