aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat.h')
-rw-r--r--frontend/plat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/plat.h b/frontend/plat.h
index 6b0cd65..8a296ea 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__ */