aboutsummaryrefslogtreecommitdiff
path: root/src/raygui.h
diff options
context:
space:
mode:
authorvictorfisac <victorfisac@gmail.com>2016-06-11 18:29:01 +0200
committervictorfisac <victorfisac@gmail.com>2016-06-11 18:29:01 +0200
commit1a60f376a4ebe4d0053a6ea308ee2b399d8c345d (patch)
tree2168bb09d221f2478e3371b296106700c130a0e4 /src/raygui.h
parent77f599885dade4930fb01baca22db6e2ae0c9f20 (diff)
parent27ba7de1e4a9d262b2f3039433977d6cffa1da8d (diff)
downloadraylib-1a60f376a4ebe4d0053a6ea308ee2b399d8c345d.tar.gz
raylib-1a60f376a4ebe4d0053a6ea308ee2b399d8c345d.zip
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
Diffstat (limited to 'src/raygui.h')
-rw-r--r--src/raygui.h8
1 files changed, 0 insertions, 8 deletions
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