Skip to content

fplVersionInfo Struct Reference

Finalspace edited this page May 29, 2026 · 1 revision

Stores version information. More...

#include <final_platform_layer.h>

Data Fields

Type Name
char fullName [FPL_MAX_NAME_LENGTH]
Full name.
union {
struct {
fplVersionNumberPart build
Build version. More...
fplVersionNumberPart fix
Fix version. More...
fplVersionNumberPart major
Major version. More...
fplVersionNumberPart minor
Minor version. More...
} parts
The version parts.
fplVersionNumberPart values [4]
Version number parts. More...
} version
Full version.

Detailed Description

Stores version information.

Definition at line 5468 of file final_platform_layer.h.

Field Documentation

build

fplVersionNumberPart fplVersionInfo::build

Build version.

Definition at line 5482 of file final_platform_layer.h.

fix

fplVersionNumberPart fplVersionInfo::fix

Fix version.

Definition at line 5480 of file final_platform_layer.h.

fullName

char fplVersionInfo::fullName[FPL_MAX_NAME_LENGTH]

Full name.

Definition at line 5470 of file final_platform_layer.h.

major

fplVersionNumberPart fplVersionInfo::major

Major version.

Definition at line 5476 of file final_platform_layer.h.

minor

fplVersionNumberPart fplVersionInfo::minor

Minor version.

Definition at line 5478 of file final_platform_layer.h.

values

fplVersionNumberPart fplVersionInfo::values[4]

Version number parts.

Definition at line 5485 of file final_platform_layer.h.


The documentation for this struct was generated from the following file:

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally