summaryrefslogtreecommitdiff
path: root/src/PowderToyRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PowderToyRenderer.cpp')
-rw-r--r--src/PowderToyRenderer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PowderToyRenderer.cpp b/src/PowderToyRenderer.cpp
index cf0d0b1..2376f95 100644
--- a/src/PowderToyRenderer.cpp
+++ b/src/PowderToyRenderer.cpp
@@ -17,6 +17,8 @@
#include "simulation/Simulation.h"
+void EngineProcess() {}
+
void readFile(std::string filename, std::vector<char> & storage)
{
std::ifstream fileStream;