#include "ascstring.h"Include dependency graph for strtmesg.h:

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

Go to the source code of this file.
Functions | |
| ASCString | getVersionAndCompilation () |
| Version: 1.2.3 ; compiled : ... | |
| ASCString | getstartupmessage () |
| ASCString | getaboutmessage () |
| ASCString | kgetstartupmessage () |
| ASCString | kgetaboutmessage () |
| const char * | getVersionString () |
| const char * | getFullVersionString () |
| ASCString | getVersionString (int version) |
| int | getNumericVersion () |
| ASCString getaboutmessage | ( | ) |
| const char* getFullVersionString | ( | ) |
Definition at line 58 of file strtmesg.cpp.
References asc_release.
Referenced by tsavegameloaders::savegame(), tmaploaders::savemap(), and tnetworkloaders::savenwgame().
| int getNumericVersion | ( | ) |
Definition at line 37 of file strtmesg.cpp.
References asc_release, and atoi().
Referenced by checkUsedASCVersions(), and GameMap::endTurn().
| ASCString getstartupmessage | ( | ) |
Definition at line 70 of file strtmesg.cpp.
References getVersionAndCompilation().
Referenced by main().
| ASCString getVersionAndCompilation | ( | ) |
Version: 1.2.3 ; compiled : ...
Definition at line 63 of file strtmesg.cpp.
References asc_release.
Referenced by execaction(), getstartupmessage(), and helpAbout().
| ASCString getVersionString | ( | int | version | ) |
| const char* getVersionString | ( | ) |
| ASCString kgetaboutmessage | ( | ) |
| ASCString kgetstartupmessage | ( | ) |
1.5.1