YarrPP  0.1
C++ Library for Pirates
config.hpp
1 #pragma once
2 
6 #ifdef YARR_USER_CONFIG
7 # include YARR_USER_CONFIG
8 #endif
9 
10 #define YARR_VERSION_MAJOR 0
11 #define YARR_VERSION_MINOR 1
12 #define YARR_VERSION_PATCH 0
13 
14 #ifndef YARR_DEBUG
15 # define YARR_DEBUG 0
16 #endif