Reviewed Windows building

This commit is contained in:
Ray
2023-09-20 11:15:20 +02:00
parent e3c697946a
commit 1ded340cf1
2 changed files with 16 additions and 10 deletions

View File

@@ -297,10 +297,9 @@ static bool eventsRecording = false; // Record events
// Module specific Functions Declaration
//----------------------------------------------------------------------------------
#if defined(SUPPORT_MODULE_RTEXT) && defined(SUPPORT_DEFAULT_FONT)
static void LoadFontDefault(void); // [Module: text] Loads default font on InitWindow()
static void UnloadFontDefault(void); // [Module: text] Unloads default font from GPU memory
extern void LoadFontDefault(void); // [Module: text] Loads default font on InitWindow()
extern void UnloadFontDefault(void); // [Module: text] Unloads default font from GPU memory
#endif
static void InitTimer(void); // Initialize timer (hi-resolution if available)