aboutsummaryrefslogtreecommitdiff
path: root/file_functions.h
blob: 5ecf14ac792ba251bf5ac1f88aa62cd74aa73854 (plain)
1
2
3
4
5
6
7
8
#ifndef FILE_FUNCTIONS_H
#define FILE_FUNCTIONS_H

#include <QString>

bool file_exists(QString file_path);

#endif // FILE_FUNCTIONS_H