|
StarTrekV3_Linux
Version3
|
#include <Communication.h>
Public Member Functions | |
| Communication (int a_nX, int a_nY) | |
| ~Communication () | |
| void | AddMessage (int a_nID, crewmember a_CrewMember, const char *a_szMessage) |
| void | Draw () |
| void | Next () |
Static Public Member Functions | |
| static bool | Init () |
Friends | |
| class | Message |
| Communication::Communication | ( | int | a_nX, |
| int | a_nY | ||
| ) |
| Communication::~Communication | ( | ) |
| void Communication::AddMessage | ( | int | a_nID, |
| crewmember | a_CrewMember, | ||
| const char * | a_szMessage | ||
| ) |
| void Communication::Draw | ( | ) |
|
static |
| void Communication::Next | ( | ) |
|
friend |