mhh
parent
34f85a86b2
commit
9ba3daf69a
@ -0,0 +1 @@
|
|||||||
|
TestMessage.exe
|
||||||
@ -1,8 +1,12 @@
|
|||||||
|
#ifndef Message_h
|
||||||
|
#define Message_h
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
struct Message
|
class Message
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
std::string message;
|
std::string message;
|
||||||
void printMessage();
|
void printMessage();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue