aboutsummaryrefslogtreecommitdiff
path: root/alias/mtx_0x3d0x3d.c
blob: 3acf67ee785b5772b0d0fff637fc6c5fcbf3d384 (plain)
1
2
3
4
5
6
// alias for [mtx_==]
#include "../src/mtx_eq.c"
void mtx_0x3d0x3d_setup()
{
  mtx_eq_setup();
}