diff options
Diffstat (limited to 'game/client/gui/chat.hh')
| -rw-r--r-- | game/client/gui/chat.hh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/game/client/gui/chat.hh b/game/client/gui/chat.hh deleted file mode 100644 index 2fc6fb3..0000000 --- a/game/client/gui/chat.hh +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once
-
-namespace gui::client_chat
-{
-void init(void);
-void init_late(void);
-void shutdown(void);
-void update(void);
-void layout(void);
-} // namespace gui::client_chat
-
-namespace gui::client_chat
-{
-void clear(void);
-void refresh_timings(void);
-void print(const std::string& string);
-} // namespace gui::client_chat
|
