|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Functions | |
| bool | check_at_least (int major, int minor, int build, int revision) |
| Checks if the current version is at least the given version. More... | |
| SCP_string | format_version (int major, int minor, int build, int revision) |
| Returns the string representation of the passed version. More... | |
Checks if the current version is at least the given version.
| major | The major version to check |
| minor | The minor version to check |
| build | The build version to check |
| revision | The revision version to check |
true when we are at least the given version, false otherwise Definition at line 15 of file version.cpp.
| SCP_string version::format_version | ( | int | major, |
| int | minor, | ||
| int | build, | ||
| int | revision | ||
| ) |
Returns the string representation of the passed version.
| major | The major version to format |
| minor | The minor version to format |
| build | The build version to format |
| revision | The revision version to format |
Definition at line 75 of file version.cpp.