1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Initially split utility.h to multiple files in util/

This commit is contained in:
Perttu Ahola
2012-06-17 01:29:13 +03:00
parent d159591b9a
commit 1bc37d576c
30 changed files with 2684 additions and 2326 deletions

View File

@@ -30,19 +30,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define PI 3.14159
/*
Build-time stuff
*/
// Whether to catch all std::exceptions.
// Assert will be called on such an event.
// In debug mode, leave these for the debugger and don't catch them.
#ifdef NDEBUG
#define CATCH_UNHANDLED_EXCEPTIONS 1
#else
#define CATCH_UNHANDLED_EXCEPTIONS 0
#endif
/*
Connection
*/