diff options
author | smatz <smatz@openttd.org> | 2009-01-13 15:49:32 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-01-13 15:49:32 +0000 |
commit | 7cea618fcc555e6823d0d686d4d285042fab4fb0 (patch) | |
tree | 41a17da5fb58268af88b92de83664d04a33828d2 /src/ai | |
parent | 667332bab05911158446dd15a21be3f8b37d0853 (diff) | |
download | openttd-7cea618fcc555e6823d0d686d4d285042fab4fb0.tar.xz |
(svn r15061) -Fix (r15027): three files were missing the Id header
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/api/ai_controller.hpp.sq | 2 | ||||
-rw-r--r-- | src/ai/api/squirrel_export.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/ai/api/ai_controller.hpp.sq b/src/ai/api/ai_controller.hpp.sq index d72574be7..6b465dc66 100644 --- a/src/ai/api/ai_controller.hpp.sq +++ b/src/ai/api/ai_controller.hpp.sq @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "ai_controller.hpp" void SQAIController_Register(Squirrel *engine) { diff --git a/src/ai/api/squirrel_export.sh b/src/ai/api/squirrel_export.sh index ac324390f..46f0de0d8 100644 --- a/src/ai/api/squirrel_export.sh +++ b/src/ai/api/squirrel_export.sh @@ -1,5 +1,7 @@ #!/bin/bash +# $Id$ + # This must be called from within the src/ai/api directory. if [ -z "$1" ]; then |