diff options
Diffstat (limited to 'AnvilStats/Utils.h')
-rw-r--r-- | AnvilStats/Utils.h | 15 |
1 files changed, 15 insertions, 0 deletions
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);
+
+
+
|