Elevate Engine 1
Loading...
Searching...
No Matches
FileUtility.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace Elevate
6{
7 namespace File
8 {
9 std::string GetFileContent(std::string path);
10 }
11}
std::string GetFileContent(std::string path)