mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02:00
11 lines
107 B
C++
11 lines
107 B
C++
#pragma once
|
|
|
|
#include "logging.hh"
|
|
|
|
namespace nix {
|
|
|
|
void startProgressBar();
|
|
|
|
void stopProgressBar();
|
|
|
|
}
|