Yet Another Game Engine
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
yage
core
iomanager.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <string>
13
#include <vector>
14
15
namespace
yage
16
{
17
18
namespace
IoManager
19
{
20
21
extern
bool
readFileToBuffer
(std::string
const
&file_path,
22
std::vector<unsigned char> &buffer);
23
}
24
25
}
// namespace yage
yage::IoManager::readFileToBuffer
bool readFileToBuffer(std::string const &file_path, std::vector< unsigned char > &buffer)
Definition:
iomanager.cpp:22
Generated on Sat Jun 23 2018 15:09:52 by
1.8.6