aboutsummaryrefslogtreecommitdiff
path: root/alias/mtx_0x26.c
blob: 1492824c70dd6b1614c45a5da56c8e1ef0fd38df (plain)
1
2
3
4
5
6
// alias for [mtx_&]
#include "../src/mtx_bitand.c"
void mtx_0x26_setup()
{
  mtx_bitand_setup();
}