Added headers to the new files from patch #2640.
(They should normally have been added for the patch to have been considered commit-ready.)
This commit is contained in:
parent
84707eb68d
commit
925b9c281a
2 changed files with 38 additions and 0 deletions
|
@ -1,3 +1,22 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2011 by Tommy Schmitz
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
#include "suppose_dead.hpp"
|
||||
|
||||
#include "visitor.hpp"
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
/* $Id$ */
|
||||
/*
|
||||
Copyright (C) 2011 by Tommy Schmitz
|
||||
Part of the Battle for Wesnoth Project http://www.wesnoth.org
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY.
|
||||
|
||||
See the COPYING file for more details.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
*/
|
||||
|
||||
#ifndef WB_SUPPOSE_DEAD_HPP_
|
||||
#define WB_SUPPOSE_DEAD_HPP_
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue