summaryrefslogtreecommitdiff
path: root/build/ext_fun.py
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-09 18:01:53 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-09 18:01:53 (GMT)
commit0ded22493e72876b82fae3cdf4bc53a97437cb36 (patch)
tree1200526e877e63e3bc591c2c606fc339c34f61f4 /build/ext_fun.py
parent30462ec28d2c610f2fa81b88f8cc4f5534710d89 (diff)
parentdb07c1ee0cd853926c01ce99f48d53211bf94f0d (diff)
downloadpowder-0ded22493e72876b82fae3cdf4bc53a97437cb36.zip
powder-0ded22493e72876b82fae3cdf4bc53a97437cb36.tar.gz
Fix makefile for OS X
Diffstat (limited to 'build/ext_fun.py')
-rw-r--r--build/ext_fun.py9
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