mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 08:43:38 +00:00
6 lines
120 B
C++
6 lines
120 B
C++
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const std::string& string) {
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |