7 lines
112 B
C++
7 lines
112 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const char* GIT_REVISION_HASH;
|
|
extern const uint64_t BUILD_TIMESTAMP;
|