BMC Engine v1.0.0
An open-source game engine powered by C and C++
Loading...
Searching...
No Matches
FileReader Class Reference

#include <FileReader.h>

Static Public Member Functions

static std::string readFile (const char *path)
 

Detailed Description

Reads a file from the filesystem.

Member Function Documentation

◆ readFile()

std::string FileReader::readFile ( const char * path)
static

Reads the contents of a file.

Parameters
pathThe location of the file.
Returns
The contents of the file, as an std::string.

The documentation for this class was generated from the following files: