ai_new.h
changeset 2102 f70ff7bbc69c
parent 2096 32de4f127e79
child 2153 ecfc674410b4
--- a/ai_new.h	Sun Jul 17 16:02:17 2005 +0000
+++ b/ai_new.h	Sun Jul 17 16:22:27 2005 +0000
@@ -1,5 +1,5 @@
-#ifndef AI_H
-#define AI_H
+#ifndef AI_NEW_H
+#define AI_NEW_H
 
 #include "aystar.h"
 
@@ -255,5 +255,4 @@
 int AiNew_Build_Vehicle(Player *p, TileIndex tile, byte flag);
 int AiNew_Build_Depot(Player *p, TileIndex tile, byte direction, byte flag);
 
-
-#endif
+#endif /* AI_NEW_H */