mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-08 23:19:40 +00:00
(svn r9553) -Documentation: fix ambiguity issue.
This commit is contained in:
parent
64f2e6ef07
commit
d2634aaeec
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file namegen.h */
|
/** @file src/namegen.h Town name generator stuff */
|
||||||
|
|
||||||
#ifndef NAMEGEN_H
|
#ifndef NAMEGEN_H
|
||||||
#define NAMEGEN_H
|
#define NAMEGEN_H
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
/** @file roadveh.h */
|
/** @file src/roadveh.h Road vehicle states */
|
||||||
|
|
||||||
#ifndef ROADVEH_H
|
#ifndef ROADVEH_H
|
||||||
#define ROADVEH_H
|
#define ROADVEH_H
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file table/namegen.h Namepart tables for the town name generator */
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../openttd.h"
|
#include "../openttd.h"
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file table/roadveh.h Data about how a road vehicle must drive on a tile */
|
||||||
|
|
||||||
static const RoadDriveEntry _roadveh_drive_data_0[] = {
|
static const RoadDriveEntry _roadveh_drive_data_0[] = {
|
||||||
{15, 5},
|
{15, 5},
|
||||||
{14, 5},
|
{14, 5},
|
||||||
|
Loading…
Reference in New Issue
Block a user