summaryrefslogtreecommitdiff
path: root/games/xgalaga/files/patch-ad
blob: 364d8f777d74f1128d32866a160cb8e43494c7e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- struct.h.orig	Sun Oct 22 00:36:24 2000
+++ struct.h	Sun Oct 22 00:37:03 2000
@@ -1,3 +1,6 @@
+#ifndef __struct_h__
+#define __struct_h__
+
 #include "Wlib.h"
 
 struct torp {
@@ -38,3 +41,5 @@
     int count;
     W_Image *shape;
 };
+
+#endif /* __struct_h__ */