Small code tweaks

This commit is contained in:
raysan5 2015-08-29 20:20:28 +02:00
parent 8692c49511
commit 055d8927cc
3 changed files with 5 additions and 5 deletions

View file

@ -638,6 +638,7 @@ void ShowLogo(void)
showLogo = true;
}
#if defined(PLATFORM_DESKTOP) || defined(PLATFORM_WEB)
// Check if a file have been dropped into window
bool IsFileDropped(void)
{
@ -664,6 +665,7 @@ void ClearDroppedFiles(void)
dropFilesCount = 0;
}
}
#endif
// TODO: Gives the ray trace from mouse position
Ray GetMouseRay(Vector2 mousePosition, Camera camera)