|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "globalincs/vmallocator.h"Go to the source code of this file.
Namespaces | |
| version | |
Macros | |
| #define | FS_VERSION_MAJOR 3 |
| #define | FS_VERSION_MINOR 7 |
| #define | FS_VERSION_BUILD 5 |
| #define | FS_VERSION_REVIS 000000 |
Functions | |
| bool | version::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 | version::format_version (int major, int minor, int build, int revision) |
| Returns the string representation of the passed version. More... | |