Changed header names to be more consistent

This commit is contained in:
2025-03-27 21:44:51 +01:00
parent 2ec206b5bb
commit 2778a490a7
9 changed files with 16 additions and 12 deletions
+5 -5
View File
@@ -1,16 +1,16 @@
#ifndef FILEUTIL_H
#define FILEUTIL_H
#ifndef FILEUTILS_H
#define FILEUTILS_H
#include <string>
#include <vector>
using namespace std;
class FileUtil {
class FileUtils {
public:
FileUtil() = default;
FileUtils() = default;
~FileUtil() = default;
~FileUtils() = default;
static string getFile(char *path);
static bool fileExists(char *path);