(svn r12460) -Change: rename src/namegen.h to src/namegen_func.h so MSVC can have both files in it's treelist.

This commit is contained in:
rubidium
2008-03-28 09:15:08 +00:00
parent 2426f5342f
commit 4ce279812f
3 changed files with 2 additions and 2 deletions

12
src/namegen_func.h Normal file
View File

@@ -0,0 +1,12 @@
/* $Id$ */
/** @file namegen.h Town name generator stuff. */
#ifndef NAMEGEN_H
#define NAMEGEN_H
typedef byte TownNameGenerator(char *buf, uint32 seed, const char *last);
extern TownNameGenerator * const _town_name_generators[];
#endif /* NAMEGEN_H */