mirror of
https://codeberg.org/piebot/LegacyEvolved
synced 2026-07-16 22:40:56 +00:00
8 lines
130 B
C++
8 lines
130 B
C++
#include "stdafx.h"
|
|
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const wstring& string)
|
|
{
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |