comfortable-swipe/cpp/_macro.cpp
2019-03-03 21:47:02 +08:00

13 lines
412 B
C++

#ifndef __COMFORTABLE_SWIPE__macro_hpp__
#define __COMFORTABLE_SWIPE__macro_hpp__
#ifndef __COMFORTABLE_SWIPE__CONFIG__
#warning "__COMFORTABLE_SWIPE__CONFIG__ must be defined."
#endif /* __COMFORTABLE_SWIPE__CONFIG__ */
#ifndef __COMFORTABLE_SWIPE__VERSION__
#warning "__COMFORTABLE_SWIPE__VERSION__ must be defined."
#endif /* __COMFORTABLE_SWIPE__VERSION__ */
#endif /* __COMFORTABLE_SWIPE__macro_hpp__ */