aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/matrix.c
blob: 89a7605db7860049637c67c752790c123201d9c4 (plain)
1
2
3
4
5
#include "mtx_matrix.c"
void mtx_setup(void)
{
	matrix_setup();
}