mirror of
https://github.com/zeldaret/ss
synced 2026-06-01 09:47:32 -04:00
732a119127
* snd / math / g3d
13 lines
163 B
C
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
|