mirror of https://github.com/OpenTTD/OpenTTD
(svn r15061) -Fix (r15027): three files were missing the Id header
parent
667332bab0
commit
7cea618fcc
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
#include "ai_controller.hpp"
|
#include "ai_controller.hpp"
|
||||||
|
|
||||||
void SQAIController_Register(Squirrel *engine) {
|
void SQAIController_Register(Squirrel *engine) {
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# $Id$
|
||||||
|
|
||||||
# This must be called from within the src/ai/api directory.
|
# This must be called from within the src/ai/api directory.
|
||||||
|
|
||||||
if [ -z "$1" ]; then
|
if [ -z "$1" ]; then
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Id$ */
|
||||||
|
|
||||||
#include <squirrel.h>
|
#include <squirrel.h>
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
|
|
Loading…
Reference in New Issue