Practical Tools for Simple Design
Loading...
Searching...
No Matches
LoadTextFile.hpp
1
#ifndef UTIL_LOAD_TEXT_FILE_HPP
2
#define UTIL_LOAD_TEXT_FILE_HPP
3
4
#include "pch.hpp"
// IWYU pragma: export
5
6
namespace
Util
{
10
std::string
LoadTextFile
(
const
std::string &filepath);
11
}
// namespace Util
12
13
#endif
Util
Useful tools for development.
Definition:
Animation.hpp:12
Util::LoadTextFile
std::string LoadTextFile(const std::string &filepath)
Generic helper function that loads a text file into a std::string.
include
Util
LoadTextFile.hpp
Generated by
1.9.5