mirror of
https://github.com/zeldaret/ss
synced 2026-05-30 08:56:34 -04:00
19 lines
324 B
C
19 lines
324 B
C
#ifndef RVL_SDK_PUBLIC_MTX_H
|
|
#define RVL_SDK_PUBLIC_MTX_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// IWYU pragma: begin_exports
|
|
#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"
|
|
// IWYU pragma: end_exports
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|