mirror of
https://github.com/zeldaret/ss
synced 2026-05-23 23:05:20 -04:00
13 lines
166 B
C
13 lines
166 B
C
#ifndef RVL_SDK_PUBLIC_BASE_H
|
|
#define RVL_SDK_PUBLIC_BASE_H
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "rvl/BASE/PPCArch.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|