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
peter1138
Tue, 02 Jan 2007 18:56:03 +0000
changeset 5474
ac55aefc54f3
parent 4666
172a0cdf28a6
permissions
-rw-r--r--
(svn r7758) -Codechange: Change SpriteGroup pool allocation from 16 items to 512 items at a time, as with a few sets loaded there can easily be 10,000+ items in the pool.
/* $Id$ */
#ifndef TGP_H
#define TGP_H
void GenerateTerrainPerlin(void);
#endif /* TGP_H */