1
0
Fork 0

(svn r11652) -Codechange: add the svn $ header for several files

release/0.6
smatz 2007-12-17 01:35:45 +00:00
parent 9ecda0a97a
commit 93c3e0d6ad
8 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,5 @@
/* $Id$ */
#ifndef AI_H #ifndef AI_H
#define AI_H #define AI_H

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "../stdafx.h" #include "../stdafx.h"
#include "../zoom.hpp" #include "../zoom.hpp"
#include "../gfx.h" #include "../gfx.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "../stdafx.h" #include "../stdafx.h"
#include "../gfx.h" #include "../gfx.h"
#include "32bpp_base.hpp" #include "32bpp_base.hpp"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "../stdafx.h" #include "../stdafx.h"
#include "../zoom.hpp" #include "../zoom.hpp"
#include "../gfx.h" #include "../gfx.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "../stdafx.h" #include "../stdafx.h"
#include "../zoom.hpp" #include "../zoom.hpp"
#include "../gfx.h" #include "../gfx.h"

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "../stdafx.h" #include "../stdafx.h"
#include "../gfx.h" #include "../gfx.h"
#include "8bpp_base.hpp" #include "8bpp_base.hpp"

View File

@ -1,6 +1,6 @@
/* $Id */ /* $Id$ */
/** @file math_func.hpp */ /** @file math_func.hpp Integer math functions */
#ifndef MATH_FUNC_HPP #ifndef MATH_FUNC_HPP
#define MATH_FUNC_HPP #define MATH_FUNC_HPP

View File

@ -1,3 +1,5 @@
/* $Id$ */
#include "stdafx.h" #include "stdafx.h"
#include "openttd.h" #include "openttd.h"
#include "functions.h" #include "functions.h"