mirror of
https://github.com/zeldaret/ss
synced 2026-06-26 10:04:26 -04:00
15 lines
238 B
C
15 lines
238 B
C
#ifndef RVL_SDK_MTX_MTXVEC_H
|
|
#define RVL_SDK_MTX_MTXVEC_H
|
|
#include <lib/rvl/MTX/mtx.h>
|
|
#include <lib/rvl/types.h>
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void PSMTXMultVec(const Mtx, const Vec*, Vec*);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|