atrooney-online-2/file_functions.h
Cerapter d314b8dd07 Moved includes out of the CPP files into the header files.
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the
old origin.
2018-08-19 09:37:34 +02:00

12 lines
209 B
C

#ifndef FILE_FUNCTIONS_H
#define FILE_FUNCTIONS_H
#include <QFileInfo>
#include <QDir>
#include <QString>
bool file_exists(QString file_path);
bool dir_exists(QString file_path);
#endif // FILE_FUNCTIONS_H