Maze Builder Docs
6.0.1
Loading...
Searching...
No Matches
buildinfo.h
1
#ifndef BUILDINFO_H
2
#define BUILDINFO_H
3
4
#include <string>
5
6
namespace
mazes
{
7
8
struct
build_info
{
9
static
inline
const
std::string CommitSHA =
"'4ec880d'"
;
10
static
inline
const
std::string Timestamp =
"2025-04-05T13:50:18"
;
11
static
inline
const
std::string Version =
"6.0.1"
;
12
};
13
14
}
15
16
#endif
// buildinfo.h
17
mazes
Namespace for the maze builder.
Definition
algo_interface.h:9
mazes::build_info
Definition
buildinfo.h:8
include
MazeBuilder
buildinfo.h
Generated by
1.12.0