My Project
 
Loading...
Searching...
No Matches
wndmessage.h
Go to the documentation of this file.
1#pragma once
2
3#include "window.h"
4
5class WndMessage :public Window{
6private:
7 static const int WIDTH_P = 120;
8 static const int WIDTH_L = 144;
9 static const int MARGIN = 4;
10
11public:
12 WndMessage(const std::string& text);
13};
Window()
Definition window.cpp:47
WndMessage(const std::string &text)
Definition wndmessage.cpp:6