summaryrefslogtreecommitdiff
path: root/tcl_init.h
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-30 18:27:23 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-30 18:27:23 +0200
commit42a5ec67c93a57d3a65d30e8827b0ddb668d2c8c (patch)
treee7b296756850e0a5267eb2926f205d8c5787c85f /tcl_init.h
parentb0cbcc65d9f719b6ecddddf5fbffd7334a5c9792 (diff)
Got something with test_startup+test_default merged as tcl_init_triangle
Diffstat (limited to 'tcl_init.h')
-rw-r--r--tcl_init.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcl_init.h b/tcl_init.h
index 9c051b8..eebfc84 100644
--- a/tcl_init.h
+++ b/tcl_init.h
@@ -2,6 +2,9 @@
#define TCL_INIT_H
void tcl_init(void);
+void tcl_init_triangle(void);
+void tcl_init_ddx(void);
+
void tcl_clear(void);
#endif