|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <iostream>#include <fstream>#include <string>#include <map>#include "rapidjson/document.h"#include "RehtiUtils.hpp"#include "SkillReader.hpp"#include "../../Config.hpp"
Functions | |
| std::map< int, GameSkill > | fetchSkills () |
| Fetches the skills from the skills.json file and returns them as a map. More... | |
| std::map<int, GameSkill> fetchSkills | ( | ) |
Fetches the skills from the skills.json file and returns them as a map.
