mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 12:53:37 +00:00
6 lines
121 B
C++
6 lines
121 B
C++
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const std::wstring& string) {
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |