24#include "GraphicsApi.h"
29#ifndef DOXYGEN_SHOULD_SKIP_THIS
114#ifndef DOXYGEN_SHOULD_SKIP_THIS
A class to represent the library.
Definition: Library.h:44
Library(Library &&) noexcept
Move constructor.
Library(const Library &)=delete
Deleted copy constructor.
Library & operator=(const Library &)=delete
Deleted copy assignment.
Dependency
Depedencies of gf.
Definition: Library.h:99
@ FreeType
FreeType.
Definition: Library.h:102
@ SimpleDirectMediaLayer
SDL.
Definition: Library.h:101
@ Boost
Boost.
Definition: Library.h:100
static std::tuple< Version, Version > getDependencyVersion(Dependency dep)
Get the version information about the library dependencies.
static Version getVersion()
Get the version of the gf library.
Library()
Default constructor.
The namespace for gf classes.
Information about version.
Definition: Library.h:83
int patch
Patch version number.
Definition: Library.h:86
int major
Major version number.
Definition: Library.h:84
int minor
Minor version number.
Definition: Library.h:85