Corrected keywords usage

This commit is contained in:
raysan5
2016-06-11 12:18:08 +02:00
parent 3884716948
commit c46c0fc652
3 changed files with 9 additions and 27 deletions

View File

@@ -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