CG_Labs  2020.0
various.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 
4 #include <string>
5 
6 
7 namespace utils
8 {
9 
10 std::string slurp_file(std::string const& path);
11 
12 } // end of namespace
utils::slurp_file
std::string slurp_file(std::string const &path)
Definition: various.cpp:9
utils
Definition: opengl.cpp:12