help
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
#include "Archimedes.h"
|
||||
|
||||
#include "modules/ClientModule/src/ClientModule.h"
|
||||
|
||||
#include "modules/ImguiModule/src/ImguiModule.h"
|
||||
|
||||
class ChatClient : public Archimedes::Module {
|
||||
|
||||
@@ -14,11 +11,11 @@ class ChatClient : public Archimedes::Module {
|
||||
|
||||
~ChatClient();
|
||||
|
||||
void onLoad();
|
||||
void onLoad() override;
|
||||
|
||||
void run();
|
||||
void run() override;
|
||||
|
||||
bool onEvent(const Archimedes::Event&);
|
||||
bool onEvent(const Archimedes::Event&) override;
|
||||
|
||||
private:
|
||||
std::string messages = "";
|
||||
|
||||
Reference in New Issue
Block a user