aboutsummaryrefslogtreecommitdiff
path: root/alias/mtx_0x3e.c
blob: 2ce34b145df7b08171c9b65cc861a8023e8536e2 (plain)
1
2
3
4
5
6
// alias for [mtx_>]
#include "../src/mtx_gt.c"
void mtx_0x3e_setup()
{
  mtx_gt_setup();
}