Files
2023-09-16 02:18:41 +02:00

13 lines
171 B
C

#ifndef _DOLPHIN_PUBLIC_BASE_H
#define _DOLPHIN_PUBLIC_BASE_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <dolphin/base/PPCArch.h>
#ifdef __cplusplus
}
#endif
#endif