mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 15:20:58 -04:00
17 lines
265 B
C
17 lines
265 B
C
#ifndef RVL_SDK_PUBLIC_MTX_H
|
|
#define RVL_SDK_PUBLIC_MTX_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/MTX/mtx.h"
|
|
#include "rvl/MTX/mtx44.h"
|
|
#include "rvl/MTX/mtxvec.h"
|
|
#include "rvl/MTX/quat.h"
|
|
#include "rvl/MTX/vec.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|