Luke Street 234afca6c2 clang-format pass
Former-commit-id: 6a979e343f6a88e4c9b78d3917c1fabfcb211a0a
2022-09-18 02:05:46 -04:00

10 lines
130 B
C

#ifndef DOLPHIN_MTX_H
#define DOLPHIN_MTX_H
#include <dolphin/types.h>
typedef f32 Mtx[3][4];
typedef f32 (*MtxPtr)[4];
#endif