acl dir to include
This commit is contained in:
5
include/acl/file.h
Normal file
5
include/acl/file.h
Normal file
@ -0,0 +1,5 @@
|
||||
#ifndef acl_file_h
|
||||
#define acl_file_h
|
||||
#include <stdbool.h>
|
||||
char* acl_ReadTextFile(char *filePath, bool *sucess);
|
||||
#endif
|
||||
Reference in New Issue
Block a user