diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-03-27 04:23:03 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-03-27 04:23:03 +0100 |
commit | 6d7e80b67768d1c14792f5da5ff59b739e2109e6 (patch) | |
tree | 34eaabaf36eb9f37861aa7c1a9f962508b283c37 /src/melon_fopen.h | |
parent | 5d127f9e555faf227a7736f74ae579df6adee41a (diff) |
move melon_fopen() to Platform.cpp
melon_fopen_local() will need fixoring
Diffstat (limited to 'src/melon_fopen.h')
-rw-r--r-- | src/melon_fopen.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/melon_fopen.h b/src/melon_fopen.h index 9adde4f..4de11e0 100644 --- a/src/melon_fopen.h +++ b/src/melon_fopen.h @@ -20,7 +20,6 @@ #define MELON_FOPEN_H -FILE* melon_fopen(const char* filename, const char* perm); FILE* melon_fopen_local(const char* filename, const char* perm); |