initial import(release): app plugin
[apps/native/blind-motor.git] / inc / thing.h
1 /*
2  * thing.h
3  *
4  *  Created on: Jul 16, 2018
5  *      Author: ds
6  */
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif /* __cplusplus */
11
12 void init_thing();
13
14 #ifdef __cplusplus
15 }
16 #endif /* __cplusplus */