added functions for testing UUID generation
[rocksndiamonds.git] / src / tools.h
index 5a02dd113a63b79bfc54b61fbff643a66d75c369..73909235ae2fcbded4cb3f9f5130de0e996d8da3 100644 (file)
@@ -298,4 +298,6 @@ void ChangeViewportPropertiesIfNeeded(void);
 boolean CheckIfAllViewportsHaveChanged(void);
 boolean CheckFadeAll(void);
 
+void TestGeneratingUUIDs(void);
+
 #endif // TOOLS_H