Steam Fort 0.5
|
Contains all information about message. More...
#include <message.hpp>
Public Member Functions | |
Message (const char *msg, int x1=-1, int y1=-1) | |
Standard class constructor. | |
void | moveTo () |
Public Attributes | |
const char * | text |
Message text. | |
int | x |
X-axis position of message. | |
int | y |
Y-axis position of message. |
Contains all information about message.
Message::Message | ( | const char * | msg, |
int | x1 = -1 , |
||
int | y1 = -1 |
||
) |
Standard class constructor.
msg | Text of message. |
x1 | X-axis position where message occurs. |
y1 | Y-axis position where message occurs. |
void Message::moveTo | ( | ) |
const char* Message::text |
Message text.
int Message::x |
X-axis position of message.
int Message::y |
Y-axis position of message.