summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-07-17 16:22:27 +0000
committertruelight <truelight@openttd.org>2005-07-17 16:22:27 +0000
commit99c6944497747b461c05f9c8026c7d34a7a17de5 (patch)
treee8d008a2d5b957031a9863c25a66ce8c1dedebc6
parent0eef2daf06cdac090107bd36d29717a1da626de1 (diff)
downloadopenttd-99c6944497747b461c05f9c8026c7d34a7a17de5.tar.xz
(svn r2612) -Fix: corrected headers for ai_new.h
-rw-r--r--ai_new.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/ai_new.h b/ai_new.h
index 2a4554497..66c26b6ad 100644
--- a/ai_new.h
+++ b/ai_new.h
@@ -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_PickVehicle(Player *p);
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 */