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