8 lines
147 B
C++
8 lines
147 B
C++
|
#ifndef YERBACON_HPP
|
||
|
#define YERBACON_HPP
|
||
|
|
||
|
namespace Yerbacon {
|
||
|
consteval const char* getVersion() noexcept { return YBCON_VERSION; }
|
||
|
}
|
||
|
|
||
|
#endif
|