diff options
Diffstat (limited to 'inc/thing.h')
-rw-r--r-- | inc/thing.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/inc/thing.h b/inc/thing.h deleted file mode 100644 index 76a935a..0000000 --- a/inc/thing.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * thing.h - * - * Created on: Jul 6, 2018 - * Author: jpark - */ - -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ - -void init_thing(); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ |