|
Minecraft Community Edition 0.1.0
|
Version information for the virtual file system format. More...
#include <VirtualFileSystem.hpp>
Static Public Member Functions | |
| static Version | makeVersion (unsigned char major, unsigned char minor, unsigned char patch) |
| Create a Version from components. | |
Public Attributes | |
| struct { | |
| unsigned char major | |
| unsigned char minor | |
| unsigned char patch | |
| }; | |
| unsigned int | quad |
Version information for the virtual file system format.
The Version is a small union allowing access either to individual components or as a 32-bit quad value.
|
static |
| unsigned char mce::VirtualFileSystem::Version::patch |
Version components.
| unsigned int mce::VirtualFileSystem::Version::quad |
Packed 32-bit representation of the version.