Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
SkillReader.cpp File Reference
#include <iostream>
#include <fstream>
#include <string>
#include <map>
#include "rapidjson/document.h"
#include "RehtiUtils.hpp"
#include "SkillReader.hpp"
#include "../../Config.hpp"
Include dependency graph for SkillReader.cpp:

Functions

std::map< int, GameSkillfetchSkills ()
 Fetches the skills from the skills.json file and returns them as a map. More...
 

Function Documentation

◆ fetchSkills()

std::map<int, GameSkill> fetchSkills ( )

Fetches the skills from the skills.json file and returns them as a map.

Returns
std::map<int, GameSkill>
Here is the caller graph for this function: