From 3165458c5993a447556efbbefc5aeb4352353347 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Fri, 28 Sep 2012 20:17:29 +0000 Subject: AnvilStats: complete per-biome blocktype statistics git-svn-id: http://mc-server.googlecode.com/svn/trunk@897 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- AnvilStats/Utils.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 AnvilStats/Utils.h (limited to 'AnvilStats/Utils.h') diff --git a/AnvilStats/Utils.h b/AnvilStats/Utils.h new file mode 100644 index 000000000..c22a9ab58 --- /dev/null +++ b/AnvilStats/Utils.h @@ -0,0 +1,15 @@ + +// 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); + + + -- cgit v1.2.3