10 lines
190 B
C++
10 lines
190 B
C++
#pragma once
|
|
#include "common.h"
|
|
|
|
bool isValidURL(const std::string& url) ;
|
|
|
|
namespace console
|
|
{
|
|
std::string getValidURL();
|
|
void drawStylishProgressBar(double progress, int width);
|
|
} |