mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-02-09 11:47:21 +08:00
9 lines
121 B
C++
9 lines
121 B
C++
|
#ifndef DRIVERS_HPP
|
||
|
#define DRIVERS_HPP
|
||
|
|
||
|
namespace tui {
|
||
|
void install_drivers_menu() noexcept;
|
||
|
}
|
||
|
|
||
|
#endif // DRIVERS_HPP
|