#ifndef YERBACON_HPP #define YERBACON_HPP #ifndef YBCON_VERSION #warning "YBCON_VERSION is unknown and will therefore be set to a default value" #define YBCON_VERSION "UNKNOWN" #endif namespace Yerbacon { consteval const char* getVersion() noexcept { return YBCON_VERSION; } } #endif