YarrPP
0.1
C++ Library for Pirates
Main Page
Classes
Files
Examples
File List
yarr
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
Generated on Sat Jul 8 2017 20:14:44 for YarrPP by
1.8.11