aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpu_neon/gpu.h')
-rw-r--r--plugins/gpu_neon/gpu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gpu_neon/gpu.h b/plugins/gpu_neon/gpu.h
index 04f69ab..c3e13bb 100644
--- a/plugins/gpu_neon/gpu.h
+++ b/plugins/gpu_neon/gpu.h
@@ -10,6 +10,10 @@
#include <stdint.h>
+#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