diff --git a/src/pck/PckFile.h b/src/pck/PckFile.h index d34ce45..9ea71c9 100644 --- a/src/pck/PckFile.h +++ b/src/pck/PckFile.h @@ -103,10 +103,11 @@ class PckFile { std::optional File; std::optional DataReader; - // PCK Format version number - // 0 = Godot 1.x, 2.x - // 1 = Godot 3.x - // 2 = Godot 4.x + //! \brief PCK Format version number + //! + //! 0 = Godot 1.x, 2.x + //! 1 = Godot 3.x + //! 2 = Godot 4.x uint32_t FormatVersion = 1; // Loaded version info from a pack