New-Cli-Installer/src/crypto.hpp
Vladislav Nepogodin c03df0c549
🔥 add luks ui
2022-01-09 04:41:43 +04:00

9 lines
134 B
C++

#ifndef CRYPTO_HPP
#define CRYPTO_HPP
namespace tui {
void luks_menu_advanced() noexcept;
} // namespace tui
#endif // CRYPTO_HPP