main_impl.h 340 B

123456789101112131415161718192021222324
  1. #ifndef DEPTHGUIDE_MAIN_IMPL_H
  2. #define DEPTHGUIDE_MAIN_IMPL_H
  3. #include "core/cuda_helper.hpp"
  4. #include <boost/asio/io_context.hpp>
  5. extern boost::asio::io_context *main_ctx;
  6. void init_cuda();
  7. void init_window();
  8. void init_om();
  9. void init_modules();
  10. void init_all();
  11. void show_ui();
  12. void cleanup();
  13. #endif //DEPTHGUIDE_MAIN_IMPL_H