comfortable-swipe/cpp/_macro.cpp
2019-03-03 23:03:40 +08:00

14 lines
407 B
C++

#ifndef __COMFORTABLE_SWIPE__macro_hpp__
#define __COMFORTABLE_SWIPE__macro_hpp__
#undef COMFORTABLE_SWIPE_CONFIG
#ifndef COMFORTABLE_SWIPE_CONFIG
#error COMFORTABLE_SWIPE_CONFIG must be defined.
#endif /* COMFORTABLE_SWIPE_CONFIG */
#ifndef COMFORTABLE_SWIPE_VERSION
#warning COMFORTABLE_SWIPE_VERSION is not defined.
#endif /* COMFORTABLE_SWIPE_VERSION */
#endif /* __COMFORTABLE_SWIPE__macro_hpp__ */