BoredProject
This commit is contained in:
parent
3f2e6fdb4e
commit
b3d06906ff
9 changed files with 195 additions and 3 deletions
13
Chat/public/ClientGui.hpp
Normal file
13
Chat/public/ClientGui.hpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include "Chat.hpp"
|
||||
|
||||
namespace tp {
|
||||
class ClientGUI {
|
||||
ChatAPI::Credentials mCredentials;
|
||||
bool mInvalidCredentials = false;
|
||||
public:
|
||||
ClientGUI() = default;
|
||||
void draw(ChatAPI& api);
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue