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