(svn r17597) -Codechange: rename namegen* to townname*
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "table/strings.h"
|
||||
#include "../table/engines.h"
|
||||
#include "../table/namegen.h"
|
||||
#include "../table/townname.h"
|
||||
|
||||
static bool _read_ttdpatch_flags;
|
||||
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#include "openttd.h"
|
||||
#include "currency.h"
|
||||
#include "spritecache.h"
|
||||
#include "namegen_func.h"
|
||||
#include "townname_func.h"
|
||||
#include "station_base.h"
|
||||
#include "town.h"
|
||||
#include "screenshot.h"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** @file table/namegen.h Namepart tables for the town name generator */
|
||||
/** @file table/townname.h Namepart tables for the town name generator */
|
||||
|
||||
#include "../core/enum_type.hpp"
|
||||
|
@@ -7,14 +7,14 @@
|
||||
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** @file namegen.cpp Town name generators. */
|
||||
/** @file townname.cpp Town name generators. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "namegen_func.h"
|
||||
#include "townname_func.h"
|
||||
#include "string_func.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
|
||||
#include "table/namegen.h"
|
||||
#include "table/townname.h"
|
||||
|
||||
|
||||
/**
|
@@ -7,7 +7,7 @@
|
||||
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** @file namegen_func.h Town name generator stuff. */
|
||||
/** @file townname_func.h Town name generator stuff. */
|
||||
|
||||
#ifndef NAMEGEN_FUNC_H
|
||||
#define NAMEGEN_FUNC_H
|
Reference in New Issue
Block a user