|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include "rapidjson/document.h"#include "rapidjson/filereadstream.h"#include <filesystem>#include <fstream>#include <iostream>#include <map>#include <string>#include <vector>#include "../../Config.hpp"#include "ItemReader.hpp"#include "RehtiUtils.hpp"
Functions | |
| GameItems | fetchItems () |
| Reads items defined in the items.json file and returns them as a GameItems struct. GameItems can be referred to create item instances to the game (based on the id). More... | |