X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fplat.h;h=8a296ea49d12e3ae83cbc9e9c6fce4f5e7dc3bde;hp=6b0cd65b26ed5bef957cb4d1080c5114c713ac4d;hb=HEAD;hpb=cc56203b76e1fcef2c7e55b460daf07e654a1547 diff --git a/frontend/plat.h b/frontend/plat.h index 6b0cd65b..8a296ea4 100644 --- a/frontend/plat.h +++ b/frontend/plat.h @@ -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__ */