fix error with renderer compiling

This commit is contained in:
jacob1 2013-01-18 14:50:06 -05:00
parent 8e7dfb20e9
commit 7d5cb361f0

View File

@ -18,6 +18,8 @@
void EngineProcess() {}
void ClipboardPush(char * text) {}
char * ClipboardPull() {}
void readFile(std::string filename, std::vector<char> & storage)
{