(svn r15061) -Fix (r15027): three files were missing the Id header

This commit is contained in:
smatz 2009-01-13 15:49:32 +00:00
parent 667332bab0
commit 7cea618fcc
3 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "ai_controller.hpp"
void SQAIController_Register(Squirrel *engine) {

View File

@ -1,5 +1,7 @@
#!/bin/bash
# $Id$
# This must be called from within the src/ai/api directory.
if [ -z "$1" ]; then

View File

@ -1,3 +1,4 @@
/* $Id$ */
#include <squirrel.h>
#include "../stdafx.h"