mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
11 lines
161 B
C
11 lines
161 B
C
#ifndef C_API_H
|
|
#define C_API_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
typedef void (*cAPIGph_Mthd)(void);
|
|
|
|
extern cAPIGph_Mthd g_cAPI_Interface[6];
|
|
|
|
#endif /* C_API_H */
|