Box2D  3.0.0
A Real-Time-Oriented 2-D Physics Engine
Public Types | Public Attributes | List of all members
box2d::Version Struct Reference

Version numbering scheme. See http://en.wikipedia.org/wiki/Software_versioning. More...

#include <Settings.hpp>

Public Types

using revnum_type = std::int32_t
 

Public Attributes

revnum_type major
 significant changes More...
 
revnum_type minor
 incremental changes More...
 
revnum_type revision
 bug fixes More...
 

Detailed Description

Version numbering scheme. See http://en.wikipedia.org/wiki/Software_versioning.

Member Typedef Documentation

◆ revnum_type

using box2d::Version::revnum_type = std::int32_t

Member Data Documentation

◆ major

revnum_type box2d::Version::major

significant changes

◆ minor

revnum_type box2d::Version::minor

incremental changes

◆ revision

revnum_type box2d::Version::revision

bug fixes


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