![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
Go to the source code of this file.
Classes | |
class | FileWriteStream |
Wrapper of C file stream for output using fwrite(). More... | |
Functions | |
template<> | |
void | PutN (FileWriteStream &stream, char c, size_t n) |
Implement specialized version of PutN() with memset() for better performance. More... | |
|
inline |
Implement specialized version of PutN() with memset() for better performance.