mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 09:14:55 +00:00
8 lines
139 B
C++
8 lines
139 B
C++
#include "../Build/stdafx.h"
|
|
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const wstring& string)
|
|
{
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |