| author | peter1138 | 
| Wed, 28 Jun 2006 20:27:31 +0000 | |
| changeset 4091 | c3c1ab3423e6 | 
| parent 2436 | 177cb6a8339f | 
| child 4919 | 8ac0256c6009 | 
| permissions | -rw-r--r-- | 
| 2186 | 1  | 
/* $Id$ */  | 
2  | 
||
| 
1306
 
40038dfdf3ba
(svn r1810) Move town name generation declarations into a header of their own
 
tron 
parents:  
diff
changeset
 | 
3  | 
#ifndef NAMEGEN_H  | 
| 
 
40038dfdf3ba
(svn r1810) Move town name generation declarations into a header of their own
 
tron 
parents:  
diff
changeset
 | 
4  | 
#define NAMEGEN_H  | 
| 
 
40038dfdf3ba
(svn r1810) Move town name generation declarations into a header of their own
 
tron 
parents:  
diff
changeset
 | 
5  | 
|
| 
1307
 
e009b42d00b4
(svn r1811) Use char for string handling in namegen.[ch]
 
tron 
parents: 
1306 
diff
changeset
 | 
6  | 
typedef byte TownNameGenerator(char *buf, uint32 seed);  | 
| 
1306
 
40038dfdf3ba
(svn r1810) Move town name generation declarations into a header of their own
 
tron 
parents:  
diff
changeset
 | 
7  | 
|
| 
 
40038dfdf3ba
(svn r1810) Move town name generation declarations into a header of their own
 
tron 
parents:  
diff
changeset
 | 
8  | 
extern TownNameGenerator * const _town_name_generators[];  | 
| 
 
40038dfdf3ba
(svn r1810) Move town name generation declarations into a header of their own
 
tron 
parents:  
diff
changeset
 | 
9  | 
|
| 
2436
 
177cb6a8339f
(svn r2962) - const correctness for all Get* functions and most Draw* functions that don't change their pointer parameters
 
Darkvater 
parents: 
2186 
diff
changeset
 | 
10  | 
#endif /* NAMEGEN_H */  |