(svn r1811) Use char for string handling in namegen.[ch]

This commit is contained in:
tron
2005-02-05 23:07:35 +00:00
parent 8f68e8def1
commit 602954e27f
2 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#ifndef NAMEGEN_H
#define NAMEGEN_H
typedef byte TownNameGenerator(byte *buf, uint32 seed);
typedef byte TownNameGenerator(char *buf, uint32 seed);
extern TownNameGenerator * const _town_name_generators[];