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 | c30ce23866f2bd7a04f0f579625e5f203b902bfa (patch) | |
tree | 41a17da5fb58268af88b92de83664d04a33828d2 /src/ai/api | |
parent | 583413baf5d536fa0c93936630e8ff21a4cf2d23 (diff) | |
download | openttd-c30ce23866f2bd7a04f0f579625e5f203b902bfa.tar.xz |
(svn r15061) -Fix (r15027): three files were missing the Id header
Diffstat (limited to 'src/ai/api')
-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 |