summaryrefslogtreecommitdiff
path: root/include/lacweb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lacweb.h')
-rw-r--r--include/lacweb.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/lacweb.h b/include/lacweb.h
index 26f85402..14431df1 100644
--- a/include/lacweb.h
+++ b/include/lacweb.h
@@ -1,3 +1,5 @@
-typedef int lw_Basis_int;
-typedef float lw_Basis_float;
-typedef char* lw_Basis_string;
+#include "types.h"
+
+extern lw_unit lw_unit_v;
+
+void lw_write(const char*);