merge from libretro fork
[pcsx_rearmed.git] / frontend / plat.h
index 6b0cd65..8a296ea 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __PLAT_H__
+#define __PLAT_H__
+
 void plat_init(void);
 void plat_finish(void);
 void plat_minimize(void);
@@ -8,3 +11,5 @@ void  plat_gvideo_open(int is_pal);
 void *plat_gvideo_set_mode(int *w, int *h, int *bpp);
 void *plat_gvideo_flip(void);
 void  plat_gvideo_close(void);
+
+#endif /* __PLAT_H__ */