14 lines
165 B
C
14 lines
165 B
C
#ifndef SCAN3D_APP_H
|
|
#define SCAN3D_APP_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int scan3d_app_run(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* SCAN3D_APP_H */
|