Files
tp/include/SSystem/SComponent/c_API.h
T
lepelog 87bc0e711b c_API
2021-04-01 00:15:05 +02:00

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 */