summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_API.h
blob: 0813ef82cf508eeac75b65c3e11e441725c8ab7b (plain)
1
2
3
4
5
6
7
8
9
10
#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 */