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
9namespace 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
Build information for the maze generation library.
Definition buildinfo.h:13