mirror of
https://github.com/portable-lce/portable-lce.git
synced 2026-07-18 17:38:13 +00:00
7 lines
153 B
C++
7 lines
153 B
C++
#include "../Platform/stdafx.h"
|
|
#include "GuiMessage.h"
|
|
|
|
GuiMessage::GuiMessage(const std::wstring& string) {
|
|
this->string = string;
|
|
ticks = 0;
|
|
} |