(svn r15061) -Fix (r15027): three files were missing the Id header
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user