Stardew Engine
Loading...
Searching...
No Matches
FileHelpers.h
Go to the documentation of this file.
1#ifndef FILE_HELPERS_H
2#define FILE_HELPERS_H
3
4char* LoadFile(const char* path, int* outSize);
5
6
7#endif // ! FILE_HELPERS_H
char * LoadFile(const char *path, int *outSize)
Definition FileHelpers.c:6