libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
version.hpp
Go to the documentation of this file.
1
8#pragma once
9
10#include <cstddef>
11#include <cstdint>
12#include <string>
13
14namespace liber {
22using uversion = uint64_t;
23
36
42const std::string& get_version_string() noexcept;
43
51bool match_version() noexcept;
52
60std::string load_versioned_csv() noexcept;
61} // namespace liber
uversion get_version() noexcept
Get the program version of the current process.
uint64_t uversion
unsigned 64 bit integer representing a version.
Definition version.hpp:22