fixed file.h

This commit is contained in:
2020-06-24 21:52:06 +02:00
parent cea7d71b8c
commit cf9856d061

View File

@ -1,5 +1,5 @@
#ifndef acl_file_h
#define acl_file_h
#include <stdbool.h>
char* acl_ReadTextFile(char *filePath, bool *sucess);
char* acl_ReadTextFile(const char *filePath, bool *sucess);
#endif