REVIEWED: raudio_standalone #1752

This commit is contained in:
Ray 2021-05-07 15:38:13 +02:00
parent c82d9cb89a
commit b62c86572e
3 changed files with 58 additions and 10 deletions

View file

@ -61,7 +61,7 @@
//----------------------------------------------------------------------------------
// Module Functions Declaration
//----------------------------------------------------------------------------------
#if !defined(_MSC_VER)
#if !defined(_WIN32)
static int kbhit(void); // Check if a key has been pressed
static char getch(); // Get pressed character
#else