From a51a54bc5979a2491f152abc47ad54e6b63f27c8 Mon Sep 17 00:00:00 2001 From: Dylam De La Torre Date: Tue, 23 Nov 2021 05:21:56 +0100 Subject: Restructure source and resource files (#46) importantly, res is now res/res and css is now res/css --- src/constants.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/constants.hpp (limited to 'src/constants.hpp') diff --git a/src/constants.hpp b/src/constants.hpp new file mode 100644 index 0000000..6c6276f --- /dev/null +++ b/src/constants.hpp @@ -0,0 +1,4 @@ +#include + +constexpr static uint64_t SnowflakeSplitDifference = 600; +constexpr static int MaxMessagesForChatCull = 50; // this has to be 50 (for now) cuz that magic number is used in a couple other places and i dont feel like replacing them -- cgit v1.2.3