aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/client/localchatwriter.h
diff options
context:
space:
mode:
authorNorthstar <northstar@northstar.tf>2023-12-20 15:20:02 +0100
committerNorthstar <northstar@northstar.tf>2023-12-20 15:20:02 +0100
commit1e5c4a7f6a734352f802c82b293fe3b215e3a5b2 (patch)
treeb1a5484f3839e1b0c2a9169856a51c16cf255180 /NorthstarDLL/client/localchatwriter.h
parent714282b52039b12225c8348ef7346d092676ffb1 (diff)
downloadNorthstarLauncher-1e5c4a7f6a734352f802c82b293fe3b215e3a5b2.tar.gz
NorthstarLauncher-1e5c4a7f6a734352f802c82b293fe3b215e3a5b2.zip
Format project
Diffstat (limited to 'NorthstarDLL/client/localchatwriter.h')
-rw-r--r--NorthstarDLL/client/localchatwriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/NorthstarDLL/client/localchatwriter.h b/NorthstarDLL/client/localchatwriter.h
index de9e2f9b..acf6f87e 100644
--- a/NorthstarDLL/client/localchatwriter.h
+++ b/NorthstarDLL/client/localchatwriter.h
@@ -5,7 +5,7 @@ class vgui_BaseRichText;
class CHudChat
{
- public:
+public:
static CHudChat** allHuds;
char unknown1[720];
@@ -29,7 +29,7 @@ class CHudChat
class LocalChatWriter
{
- public:
+public:
enum Context
{
NetworkContext = 0,
@@ -56,7 +56,7 @@ class LocalChatWriter
void InsertColorChange(Color color);
void InsertSwatchColorChange(SwatchColor color);
- private:
+private:
Context m_context;
const char* ApplyAnsiEscape(const char* escape);