Library versioning stuff. More...
#include "nrg_core.h"Go to the source code of this file.
Classes | |
| struct | nrg::Version |
| A class to store the version of the library. More... | |
Functions | |
| Version | nrg::getLibVersion (void) |
| Retuns the version of LibNRG in use. More... | |
| bool | nrg::isVersionCompatible (const Version &v) |
Retuns true if v is compatible with this version of LibNRG. More... | |