comfortable-swipe/src/start.h
2020-04-18 14:40:13 +08:00

9 lines
174 B
C++

#ifndef __COMFORTABLE_SWIPE__start_h__
#define __COMFORTABLE_SWIPE__start_h__
namespace comfortable_swipe {
void start();
}
#endif /* __COMFORTABLE_SWIPE__start_h__ */