Maze Builder Docs
8.2.1
Loading...
Searching...
No Matches
buildinfo.h
Go to the documentation of this file.
1
#ifndef BUILDINFO_H
2
#define BUILDINFO_H
3
4
#include <string>
5
9
namespace
mazes
10
{
12
struct
buildinfo
13
{
14
static
inline
const
std::string CommitSHA =
"'f4a2fef'"
;
15
16
static
inline
const
std::string Timestamp =
"2026-06-14T04:35:50"
;
17
18
static
inline
const
std::string Version =
"8.2.1"
;
19
};
20
21
}
22
23
#endif
// buildinfo.h
24
mazes::buildinfo
Build information for the maze generation library.
Definition
buildinfo.h:13
include
MazeBuilder
buildinfo.h
Generated by
1.12.0