9 lines
136 B
C
9 lines
136 B
C
#ifndef FILE_FUNCTIONS_H
|
|
#define FILE_FUNCTIONS_H
|
|
|
|
#include <QString>
|
|
|
|
bool file_exists(QString file_path);
|
|
|
|
#endif // FILE_FUNCTIONS_H
|