mirror of
https://github.com/encounter/mkdd.git
synced 2026-03-30 11:30:02 -07:00
13 lines
171 B
C
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 |