summaryrefslogtreecommitdiff
path: root/src/PowderToy.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-01-18 19:37:24 (GMT)
committer jacob1 <jfu614@gmail.com>2013-01-18 19:37:24 (GMT)
commitded94b475d643f3e144f677ae6c01bbe5f9a73ce (patch)
treecaf8d058086bb846abaa3f1fdcfd37bd2a97ea83 /src/PowderToy.h
parentb3a2ab735b76185715d7efd848659ef87ca70405 (diff)
downloadpowder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.zip
powder-ded94b475d643f3e144f677ae6c01bbe5f9a73ce.tar.gz
move clipboard functions out of misc.cpp without creating errors
Diffstat (limited to 'src/PowderToy.h')
-rw-r--r--src/PowderToy.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PowderToy.h b/src/PowderToy.h
index 2e8cb36..9141dbb 100644
--- a/src/PowderToy.h
+++ b/src/PowderToy.h
@@ -1,3 +1,5 @@
#pragma once
-void EngineProcess(); \ No newline at end of file
+void EngineProcess();
+void ClipboardPush(char * text);
+char * ClipboardPull();