Changeset - r6417:89329fa8ac80
[Not reviewed]
master
0 4 0
rubidium - 17 years ago 2007-04-03 19:19:04
rubidium@openttd.org
(svn r9553) -Documentation: fix ambiguity issue.
4 files changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/namegen.h
Show inline comments
 
/* $Id$ */
 

	
 
/** @file namegen.h */
 
/** @file src/namegen.h Town name generator stuff */
 

	
 
#ifndef NAMEGEN_H
 
#define NAMEGEN_H
src/roadveh.h
Show inline comments
 
/* $Id$ */
 

	
 
/** @file roadveh.h */
 
/** @file src/roadveh.h Road vehicle states */
 

	
 
#ifndef ROADVEH_H
 
#define ROADVEH_H
src/table/namegen.h
Show inline comments
 
/* $Id$ */
 

	
 
/** @file table/namegen.h Namepart tables for the town name generator */
 

	
 
#include "../stdafx.h"
 
#include "../openttd.h"
 

	
src/table/roadveh.h
Show inline comments
 
/* $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},
0 comments (0 inline, 0 general)