Empty engineprocess for renderer compiling

This commit is contained in:
Simon Robertshaw 2012-11-03 12:21:53 +00:00
parent 057ec914cf
commit 2f9e8c0a5f

View File

@ -17,6 +17,8 @@
#include "simulation/Simulation.h"
void EngineProcess() {}
void readFile(std::string filename, std::vector<char> & storage)
{
std::ifstream fileStream;