1
0
cuberite-2a/AnvilStats/Utils.h
madmaxoft@gmail.com 3165458c59 AnvilStats: complete per-biome blocktype statistics
git-svn-id: http://mc-server.googlecode.com/svn/trunk@897 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-28 20:17:29 +00:00

16 lines
227 B
C

// Utils.h
// Interfaces to utility functions
extern const char * GetBiomeString(unsigned char a_Biome);
extern const char * GetBlockTypeString(unsigned char a_BlockType);
extern int GetNumCores(void);