lardon3d/include/scan3d/app.h
2026-08-06 14:14:34 +02:00

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 */