@@ -0,0 +1,10 @@
#pragma once
#include "common.h"
bool isValidURL(const std::string& url) ;
namespace console
{
std::string getValidURL();
void drawStylishProgressBar(double progress, int width);
}
The note is not visible to the blocked user.