mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 10:26:28 +00:00
REVIEWED: Code sections description for consistency
This commit is contained in:
@@ -82,7 +82,7 @@ static const char *internalDataPath = NULL; // Android internal data pat
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module specific Functions Declaration
|
||||
// Module Internal Functions Declaration
|
||||
//----------------------------------------------------------------------------------
|
||||
#if defined(PLATFORM_ANDROID)
|
||||
FILE *funopen(const void *cookie, int (*readfn)(void *, char *, int), int (*writefn)(void *, const char *, int),
|
||||
@@ -482,7 +482,7 @@ FILE *android_fopen(const char *fileName, const char *mode)
|
||||
#endif // PLATFORM_ANDROID
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module specific Functions Definition
|
||||
// Module Internal Functions Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
#if defined(PLATFORM_ANDROID)
|
||||
static int android_read(void *cookie, char *data, int dataSize)
|
||||
|
Reference in New Issue
Block a user