ReadTextFile renamed

This commit is contained in:
2020-06-22 19:18:35 +02:00
parent 68f0bb51db
commit 59acccac88
2 changed files with 2 additions and 2 deletions

View File

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