summaryrefslogtreecommitdiff
path: root/src/PowderToyRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PowderToyRenderer.cpp')
-rw-r--r--src/PowderToyRenderer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PowderToyRenderer.cpp b/src/PowderToyRenderer.cpp
index 9dbf010..b5b7fa1 100644
--- a/src/PowderToyRenderer.cpp
+++ b/src/PowderToyRenderer.cpp
@@ -20,6 +20,7 @@
void EngineProcess() {}
void ClipboardPush(char * text) {}
char * ClipboardPull() {}
+int GetModifiers() { return 0; }
void readFile(std::string filename, std::vector<char> & storage)
{