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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
smatz 16 years ago
parent 667332bab0
commit 7cea618fcc

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

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

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

Loading…
Cancel
Save