Changeset - r10728:51f11f782bd3
[Not reviewed]
master
0 3 0
smatz - 16 years ago 2009-01-13 15:49:32
smatz@openttd.org
(svn r15061) -Fix (r15027): three files were missing the Id header
3 files changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/ai/api/ai_controller.hpp.sq
Show inline comments
 
/* $Id$ */
 

	
 
#include "ai_controller.hpp"
 

	
 
void SQAIController_Register(Squirrel *engine) {
src/ai/api/squirrel_export.sh
Show inline comments
 
#!/bin/bash
 

	
 
# $Id$
 

	
 
# This must be called from within the src/ai/api directory.
 

	
 
if [ -z "$1" ]; then
src/script/squirrel_std.cpp
Show inline comments
 
/* $Id$ */
 

	
 
#include <squirrel.h>
 
#include "../stdafx.h"
0 comments (0 inline, 0 general)