mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 18:54:36 +00:00
8 lines
147 B
C++
8 lines
147 B
C++
#include "../Platform/stdafx.h"
|
|
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const std::wstring& string)
|
|
{
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |