| 123456789101112131415161718192021222324 |
- #ifndef DEPTHGUIDE_MAIN_IMPL_H
- #define DEPTHGUIDE_MAIN_IMPL_H
- #include "core/cuda_helper.hpp"
- #include <boost/asio/io_context.hpp>
- extern boost::asio::io_context *main_ctx;
- void init_cuda();
- void init_window();
- void init_om();
- void init_modules();
- void init_all();
- void show_ui();
- void cleanup();
- #endif //DEPTHGUIDE_MAIN_IMPL_H
|