|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <iostream>#include <fstream>#include <vector>#include <sstream>#include "Utils.hpp"#include "../../Config.hpp"
Functions | |
| void | readMatrixFromFile (std::vector< std::vector< std::string >> &matrix, std::string filepath) |
| Reads a matrix from a text file. Values should be separated by commas and rows by newlines. More... | |
| void readMatrixFromFile | ( | std::vector< std::vector< std::string >> & | matrix, |
| std::string | filepath | ||
| ) |
Reads a matrix from a text file. Values should be separated by commas and rows by newlines.
| matrix | Empty matrix of strings that will be filled with the matrix information. |
| filepath | Path to the file. |
