Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
SkillReader.hpp File Reference
#include "Utils.hpp"
#include <map>
#include <string>
Include dependency graph for SkillReader.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GameSkill
 

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: