From c30ce23866f2bd7a04f0f579625e5f203b902bfa Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 13 Jan 2009 15:49:32 +0000 Subject: (svn r15061) -Fix (r15027): three files were missing the Id header --- src/ai/api/ai_controller.hpp.sq | 2 ++ src/ai/api/squirrel_export.sh | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/ai') 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 -- cgit v1.2.3-54-g00ecf