From b2655260fa139af114e96d6dcf1dcc35e80a7efb Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 24 May 2021 01:42:04 -0400 Subject: pull out chat list into a separate component --- constants.hpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 constants.hpp (limited to 'constants.hpp') diff --git a/constants.hpp b/constants.hpp new file mode 100644 index 0000000..6c6276f --- /dev/null +++ b/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