#ifndef UTILS_H
#define UTILS_H

#include <iostream>
#include <string>

void showImage(const char* path);
bool isLineEmpty(std::string line);
void showHelp();

#endif // UTILS_H