diff options
Diffstat (limited to 'src/PowderToy.h')
| -rw-r--r-- | src/PowderToy.h | 4 |
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(); |
