rs-graphics

My graphics library


Project maintained by CaptainCrowbar Hosted on GitHub Pages — Theme by mattgraham

Version Information

Graphics library by Ross Smith

#include "rs-graphics/version.hpp"
namespace RS::Graphics;

This header supplies library version information.

std::array<int, 3> version() noexcept;

Returns an array containing the major, minor, and patch version numbers.

std::string version_string();

Returns the version numbers as a string (e.g. "1.23.456").