separate all utility headers and sources
This commit is contained in:
5
cosets/include/files.hpp
Normal file
5
cosets/include/files.hpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string read_all_text(const std::string &file);
|
||||
Reference in New Issue
Block a user