(svn r15062) -Fix: further forgotten svn properties and headers

This commit is contained in:
smatz
2009-01-13 16:30:24 +00:00
parent 7cea618fcc
commit 0a357c0ac1
10 changed files with 18 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/bin/sh
# $Id$
if ! [ -f ai/regression/regression.nut ]; then
echo "Make sure you are in the root of OpenTTD before starting this script."
exit 1
+2
View File
@@ -1,3 +1,5 @@
/* $Id$ */
import("queue.priority_queue", "PQ", 2);
import("queue.binary_heap", "BH", 1);
import("queue.fibonacci_heap", "FH", 1);
+2
View File
@@ -1,3 +1,5 @@
/* $Id$ */
class Regression extends AIInfo {
function GetAuthor() { return "OpenTTD NoAI Developers Team"; }
function GetName() { return "Regression"; }
+1
View File
@@ -1,3 +1,4 @@
/* $Id$ */
print(" Required this file");
Regular → Executable
+2
View File
@@ -1,5 +1,7 @@
#!/bin/sh
# $Id$
if ! [ -f ai/regression/regression.nut ]; then
echo "Make sure you are in the root of OpenTTD before starting this script."
exit 1