From c46c0fc6520914d6e9488282c02c96395d8bea9f Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 11 Jun 2016 12:18:08 +0200 Subject: Corrected keywords usage --- src/raygui.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/raygui.h') diff --git a/src/raygui.h b/src/raygui.h index f13b68cd..74f131d5 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -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 -- cgit v1.2.3