9 lines
174 B
C++
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__ */
|