atrooney-online-2/file_functions.h
David Skoland ca732f27a1 -
2017-01-01 16:14:29 +01:00

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