X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fplugin.h;h=5e12f9024776b10966db52e9274f42a8f1de37ba;hb=e0f25b64cf98406b7059b373b04a18b45e2a0aa7;hp=76cab25918318af4f4c0481207640412ab9a4b30;hpb=47bf65ab6163fb70eb2ad309c9487229832bcaed;p=pcsx_rearmed.git diff --git a/frontend/plugin.h b/frontend/plugin.h index 76cab259..5e12f902 100644 --- a/frontend/plugin.h +++ b/frontend/plugin.h @@ -1,3 +1,6 @@ +#ifndef __PLUGIN_H__ +#define __PLUGIN_H__ + #define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0])) #define PLUGIN_DL_BASE 0xfbad0000 @@ -11,3 +14,6 @@ enum builtint_plugins_e { }; void *plugin_link(enum builtint_plugins_e id, const char *sym); +void plugin_call_rearmed_cbs(void); + +#endif /* __PLUGIN_H__ */