From 92f75bd646ccf6754662a1575511d0f907f545b3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 11 Nov 2006 15:46:22 +0000 Subject: - fixed up iemlib includes to accomidate recent iemlib source changes, and removed objects that were obsoleted. - perhaps its time to remove iemlib from this flatspace library since iemlib can built separately in its entirety. But others still want this, so I'll leave it be. svn path=/trunk/; revision=6264 --- externals/build/src/matrix.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 externals/build/src/matrix.c (limited to 'externals/build/src/matrix.c') diff --git a/externals/build/src/matrix.c b/externals/build/src/matrix.c new file mode 100644 index 00000000..89a7605d --- /dev/null +++ b/externals/build/src/matrix.c @@ -0,0 +1,5 @@ +#include "mtx_matrix.c" +void mtx_setup(void) +{ + matrix_setup(); +} -- cgit v1.2.1