Ad a warning in Yerbacon.hpp that shows up when YBCON_VERSION isn't already defined.

This commit is contained in:
Username404-59 2021-07-07 20:06:18 +02:00
parent 3f4aed1389
commit db14d469bd
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#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