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 2376f95..9dbf010 100644
--- a/src/PowderToyRenderer.cpp
+++ b/src/PowderToyRenderer.cpp
@@ -18,6 +18,8 @@
void EngineProcess() {}
+void ClipboardPush(char * text) {}
+char * ClipboardPull() {}
void readFile(std::string filename, std::vector<char> & storage)
{