Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
rehtiLib/assets/reader/src/Utils.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
13 void readMatrixFromFile(std::vector<std::vector<std::string>> &matrix, std::string filepath);
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.
Definition: rehtiLib/assets/reader/src/Utils.cpp:9