Files
ss/include/rvl/WENC.h
T
Elijah Thomas 732a119127 Nw4r splits (#28)
* snd / math / g3d
2024-09-15 14:55:25 -04:00

13 lines
163 B
C

#ifndef RVL_SDK_PUBLIC_WENC_H
#define RVL_SDK_PUBLIC_WENC_H
#ifdef __cplusplus
extern "C" {
#endif
#include <rvl/WENC/wenc.h>
#ifdef __cplusplus
}
#endif
#endif