]> WPIA git - cassiopeia.git/blob - src/util.h
b0d7fce7928459a8efb5a417a5450d915602fa7b
[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 );