mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
@ -499,8 +499,6 @@ RAYGUIDEF void GuiClearIconPixel(int iconId, int x, int y); // Clear icon pi
|
|||||||
RAYGUIDEF bool GuiCheckIconPixel(int iconId, int x, int y); // Check icon pixel value
|
RAYGUIDEF bool GuiCheckIconPixel(int iconId, int x, int y); // Check icon pixel value
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // RAYGUI_H
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************************
|
/***********************************************************************************
|
||||||
*
|
*
|
||||||
@ -3721,3 +3719,5 @@ static const char *CodepointToUtf8(int codepoint, int *byteLength)
|
|||||||
#if defined(__cplusplus)
|
#if defined(__cplusplus)
|
||||||
} // Prevents name mangling of functions
|
} // Prevents name mangling of functions
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // RAYGUI_H
|
||||||
|
|||||||
Reference in New Issue
Block a user