This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| const char * | getmessage (int id) |
| returns a pointer to the message id. The messages must have been loaded with loadmessages | |
| void | loadmessages () |
| loads all messages from the files message?.txt | |
| const char* getmessage | ( | int | id | ) |
returns a pointer to the message id. The messages must have been loaded with loadmessages
Definition at line 55 of file cannedmessages.cpp.
References messageStrings.
Referenced by checkforvictory(), displayActionError(), dispmessage2(), trunreplay::error(), trunreplay::execnextreplaymove(), DiplomacyCommand::go(), and transfer_all_outstanding_tribute().
| void loadmessages | ( | ) |
loads all messages from the files message?.txt
Definition at line 43 of file cannedmessages.cpp.
References tfindfile::getnextname(), and loadsinglemessagefile().
Referenced by loadcursor(), loaddata(), and loadEditordata().
1.5.1