acl dir to include

This commit is contained in:
2020-06-22 19:22:42 +02:00
parent 59acccac88
commit a87fc373ba
2 changed files with 0 additions and 0 deletions

5
include/acl/file.h Normal file
View File

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