|
|
PixelBullet
0.0.1
A C++ game engine
|
Public Member Functions | |
| std::string | to_string () const |
| bool | operator== (const Version &) const noexcept=default |
| auto | operator<=> (const Version &) const noexcept=default |
Public Attributes | |
| std::uint32_t | major = 0 |
| std::uint32_t | minor = 0 |
| std::uint32_t | patch = 0 |