X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fgpu.h;h=c3e13bb234e5b6c8f05c0c81d3b2a5f5bab29658;hp=04f69ab855209adf7061bb1c15a4be2c5adfe2fd;hb=6f2ee2becb1eb33cac685594f13468cef4d09684;hpb=30f6e5edd98efed9c1624205e5c40c383e0db966 diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h index 04f69ab8..c3e13bb2 100644 --- a/plugins/gpu_neon/gpu.h +++ b/plugins/gpu_neon/gpu.h @@ -10,6 +10,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + #define CMD_BUFFER_LEN 1024 struct psx_gpu { @@ -92,3 +96,7 @@ void renderer_flush_queues(void); int vout_init(void); int vout_finish(void); + +#ifdef __cplusplus +} +#endif