aboutsummaryrefslogtreecommitdiff
path: root/alias/mtx.c
blob: 13470054d724f345d559bf4adb93a5af18f57856 (plain)
1
2
3
4
5
#include "../src/matrix.c"
void mtx_setup()
{
  matrix_setup();
}