summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-13 15:49:32 +0000
committersmatz <smatz@openttd.org>2009-01-13 15:49:32 +0000
commitc30ce23866f2bd7a04f0f579625e5f203b902bfa (patch)
tree41a17da5fb58268af88b92de83664d04a33828d2 /src
parent583413baf5d536fa0c93936630e8ff21a4cf2d23 (diff)
downloadopenttd-c30ce23866f2bd7a04f0f579625e5f203b902bfa.tar.xz
(svn r15061) -Fix (r15027): three files were missing the Id header
Diffstat (limited to 'src')
-rw-r--r--src/ai/api/ai_controller.hpp.sq2
-rw-r--r--src/ai/api/squirrel_export.sh2
-rw-r--r--src/script/squirrel_std.cpp1
3 files changed, 5 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
diff --git a/src/script/squirrel_std.cpp b/src/script/squirrel_std.cpp
index 3850b7b54..7cbdb4c43 100644
--- a/src/script/squirrel_std.cpp
+++ b/src/script/squirrel_std.cpp
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <squirrel.h>
#include "../stdafx.h"