Mercurial
Mercurial
>
openttd-mini
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
tgp.h
author
tron
Tue, 22 Aug 2006 20:39:18 +0000
changeset 4353
1523114f43f0
parent 4300
c7e43c47a2b9
child 4666
172a0cdf28a6
permissions
-rw-r--r--
(svn r6054) Change the sign sorter in a similar way as the other sorters: Remember a list of pointers to signs instead of a list of SignIDs - This removes a layer of indirection
Also make the sign list static
/* $Id$ */
#ifndef TGP_H
#define TGP_H
void GenerateTerrainPerlin(void);
#endif