Follow c++ naming convention
This commit is contained in:
+1
-4
@@ -1,10 +1,7 @@
|
||||
#include "../include/FileHelper.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
FileHelper::FileHelper() {};
|
||||
FileHelper::~FileHelper() {};
|
||||
|
||||
bool FileHelper::FileExists(char *path){
|
||||
bool FileHelper::fileExists(char *path){
|
||||
struct stat s;
|
||||
|
||||
// Check if file exists, and if it isn't a folder.
|
||||
|
||||
Reference in New Issue
Block a user