mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-23 23:43:55 +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;
|
|
} |