Maze Builder Docs 7.5.6
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 = "'6b91db2'";
15
16 static inline const std::string Timestamp = "2025-10-16T06:17:17";
17
18 static inline const std::string Version = "7.5.6";
19 };
20
21}
22
23#endif // buildinfo.h
24
Namespace for the maze builder.
Definition algo_interface.h:6
Build information for the maze generation library.
Definition buildinfo.h:13