summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent/c_API.h
diff options
context:
space:
mode:
authorlepelog <lepelog@users.noreply.github.com>2021-04-01 00:15:05 +0200
committerlepelog <lepelog@users.noreply.github.com>2021-04-01 00:15:05 +0200
commit87bc0e711b4fb2f990f3c37ca681be1fc027d554 (patch)
tree77379a9d953b9f63472d78f9ebec9a12a00b277c /include/SSystem/SComponent/c_API.h
parent0b09be34fb4f1e06e9627ec8670def708386fcf1 (diff)
c_API
Diffstat (limited to 'include/SSystem/SComponent/c_API.h')
-rw-r--r--include/SSystem/SComponent/c_API.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/SSystem/SComponent/c_API.h b/include/SSystem/SComponent/c_API.h
index 8cae06f3cb..0813ef82cf 100644
--- a/include/SSystem/SComponent/c_API.h
+++ b/include/SSystem/SComponent/c_API.h
@@ -3,4 +3,8 @@
#include "dolphin/types.h"
+typedef void (*cAPIGph_Mthd)(void);
+
+extern cAPIGph_Mthd g_cAPI_Interface[6];
+
#endif /* C_API_H */