|
Rehti MMORPG
1.0.0
Rehti MMORPG is a free and open source MMORPG game.
|
#include <vector>

Go to the source code of this file.
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. |
