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

pull/155/head
smatz 17 years ago
parent 8d1b25beee
commit d5dbce8331

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

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

@ -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"

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

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

@ -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"

@ -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

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

Loading…
Cancel
Save