yes namespaces are neat but no
This commit is contained in:
parent
9ccb5e1a6b
commit
608f3a36bd
@ -2,7 +2,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
/* Namespace for simple file operations. */
|
/* Namespace for simple file operations. */
|
||||||
namespace FileIO // namespaces are just so neat
|
namespace FileIO
|
||||||
{
|
{
|
||||||
/* Helper function to read all of a file's contents. */
|
/* Helper function to read all of a file's contents. */
|
||||||
std::string read_all(const std::string& filename);
|
std::string read_all(const std::string& filename);
|
||||||
|
Loading…
Reference in New Issue
Block a user