DEADSOFTWARE

fix some warnings
[flatwaifu.git] / src / view.h
index 477f991ea831c2a56ef1ee0b008c75b434ea8165..fb1eae16199be9b9d4cb47bcec19d25e706200b0 100644 (file)
@@ -22,6 +22,9 @@
 
 // View functions
 
+#ifndef VIEW_H_INCLUDED
+#define VIEW_H_INCLUDED
+
 #include <stdio.h>
 
 
@@ -90,3 +93,5 @@ extern int dm_pnum,dm_pl1p,dm_pl2p;
 
 extern int WD; //
 extern int HT; //
+
+#endif /* VIEW_H_INCLUDED */
\ No newline at end of file