mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-15 10:17:03 +00:00
8 lines
137 B
C++
8 lines
137 B
C++
#include "stdafx.h"
|
|
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const wstring& string)
|
|
{
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |