summaryrefslogtreecommitdiffstats
path: root/game/client/gui/chat.hh
blob: 2fc6fb37b6e2ad4cae8f507f0477f88105153743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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