diff options
| author | jacob1 <jfu614@gmail.com> | 2013-02-15 04:31:31 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-02-15 04:31:31 (GMT) |
| commit | 01cd146ee910fb9e62859583842c9842b539565b (patch) | |
| tree | d87346317f1a7c7110ffa993b0680a0d393d1198 /src/PowderToy.h | |
| parent | 5807602cc1ec326f3ca33f3130d35b22082378ec (diff) | |
| download | powder-01cd146ee910fb9e62859583842c9842b539565b.zip powder-01cd146ee910fb9e62859583842c9842b539565b.tar.gz | |
fix mac compiling, fix renderer, fix other minor compiling issues
Diffstat (limited to 'src/PowderToy.h')
| -rw-r--r-- | src/PowderToy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PowderToy.h b/src/PowderToy.h index 9141dbb..3b6170c 100644 --- a/src/PowderToy.h +++ b/src/PowderToy.h @@ -3,3 +3,4 @@ void EngineProcess(); void ClipboardPush(char * text); char * ClipboardPull(); +int GetModifiers(); |
