Files
LazyByteDev b40d5e9d01 src stuff
2026-03-02 03:31:00 -05:00

8 lines
130 B
C++

#include "stdafx.h"
#include "GuiMessage.h"
GuiMessage::GuiMessage(const wstring& string)
{
this->string = string;
ticks = 0;
}