#include <stdio.h>#include "strtmesg.h"#include "stringtokenizer.h"#include "misc.h"Include dependency graph for strtmesg.cpp:

Go to the source code of this file.
Functions | |
| const char * | getVersionString () |
| int | getNumericVersion () |
| const char * | getFullVersionString () |
| ASCString | getVersionAndCompilation () |
| Version: 1.2.3 ; compiled : ... | |
| ASCString | getstartupmessage () |
| ASCString | getaboutmessage () |
| ASCString | kgetstartupmessage () |
| ASCString | kgetaboutmessage () |
| ASCString | getVersionString (int version) |
Variables | |
| const char * | asc_release = "ASC2.5.0.0" |
| 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 | ( | ) |
Definition at line 32 of file strtmesg.cpp.
Referenced by main(), showPlayerTime(), and StartupScreen::StartupScreen().
| ASCString kgetaboutmessage | ( | ) |
| ASCString kgetstartupmessage | ( | ) |
| const char* asc_release = "ASC2.5.0.0" |
Definition at line 24 of file strtmesg.cpp.
Referenced by getaboutmessage(), getFullVersionString(), getNumericVersion(), getVersionAndCompilation(), getVersionString(), kgetaboutmessage(), and kgetstartupmessage().
1.5.1