1#include "stdafx.h" 2#include "GuiMessage.h" 3 4GuiMessage::GuiMessage(const wstring& string) 5{ 6 this->string = string; 7 ticks = 0; 8}