diff options
| author | Simon <simon@hardwired.org.uk> | 2011-03-09 18:01:53 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-03-09 18:01:53 (GMT) |
| commit | 0ded22493e72876b82fae3cdf4bc53a97437cb36 (patch) | |
| tree | 1200526e877e63e3bc591c2c606fc339c34f61f4 /build/ext_fun.py | |
| parent | 30462ec28d2c610f2fa81b88f8cc4f5534710d89 (diff) | |
| parent | db07c1ee0cd853926c01ce99f48d53211bf94f0d (diff) | |
| download | powder-0ded22493e72876b82fae3cdf4bc53a97437cb36.zip powder-0ded22493e72876b82fae3cdf4bc53a97437cb36.tar.gz | |
Fix makefile for OS X
Diffstat (limited to 'build/ext_fun.py')
| -rw-r--r-- | build/ext_fun.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/ext_fun.py b/build/ext_fun.py new file mode 100644 index 0000000..35c93a1 --- /dev/null +++ b/build/ext_fun.py @@ -0,0 +1,9 @@ +import tpt +def init(): + pass +def key(keyy): + pass +def step(): + tpt.draw_text(100,100,"FUCK YEAH!",255,255,255,255) +def exit(): + pass |
