From f2eec7a2f49ce7b7dda18f92d0026cecf2a033d1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 3 Oct 2000 13:03:13 +0000 Subject: Mouse down captures now optional. --- include/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Platform.h') diff --git a/include/Platform.h b/include/Platform.h index afcc4f61c..099e5ee22 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -405,7 +405,7 @@ public: return static_cast(x & 0xffff); } static void DebugPrintf(const char *format, ...); - static void ShowAssertionPopUps(bool assertionPopUps_); + static bool ShowAssertionPopUps(bool assertionPopUps_); static void Assert(const char *c, const char *file, int line); static int Clamp(int val, int minVal, int maxVal); }; -- cgit v1.2.3