mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-27 05:28:30 +00:00
Corrected keywords usage
This commit is contained in:
@@ -239,10 +239,6 @@ typedef enum GuiProperty {
|
||||
TEXTBOX_TEXT_FONTSIZE
|
||||
} GuiProperty;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Global Variables Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
@@ -369,10 +365,6 @@ RAYGUIDEF void LoadGuiStyle(const char *fileName); // Loa
|
||||
RAYGUIDEF void SetStyleProperty(int guiProperty, int value); // Set one style property
|
||||
RAYGUIDEF int GetStyleProperty(int guiProperty); // Get one style property
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // RAYGUI_H
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user