mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-22 19:14:51 +00:00
7 lines
153 B
C++
7 lines
153 B
C++
#include "../Platform/stdafx.h"
|
|
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const std::wstring& string) {
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |