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