]> WPIA git - cassiopeia.git/blob - src/util.h
upd: add file I/O util funcs.
[cassiopeia.git] / src / util.h
1 #pragma once
2
3 #include <string>
4
5 void writeFile( const std::string& content, const std::string& name );
6 std::string readFile( const std::string& name );