aboutsummaryrefslogtreecommitdiff
path: root/alias/mtx_0x2b.c
blob: 4e2cc1f0c1567b0887aa8d6dfb19e451fbd5ec4a (plain)
1
2
3
4
5
6
// alias for [mtx_+]
#include "../src/mtx_add.c"
void mtx_0x2b_setup()
{
  mtx_add_setup();
}