summaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-12-01 21:29:53 +0100
committertomsmeding <hallo@tomsmeding.nl>2015-12-01 21:29:53 +0100
commitac18b3132059b5e7d5f00ccf2b56e543cf0da84b (patch)
tree490654385bf6aa87f160f79006a12289c20322e6 /library.h
parentdcaa318d677a1a6881ccc87640ae75c0fc578bfb (diff)
DAT GAME
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/library.h b/library.h
index e575345..9722d41 100644
--- a/library.h
+++ b/library.h
@@ -2,5 +2,6 @@
#define _LIBRARY_H_
void draw_text(int x,int y,const char *s);
+void log(const char *s);
#endif //_LIBRARY_H_