diff options
| author | raysan5 <[email protected]> | 2016-06-11 12:18:08 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-06-11 12:18:08 +0200 |
| commit | c46c0fc6520914d6e9488282c02c96395d8bea9f (patch) | |
| tree | 0ea7abbc1fd6fac1327fec0aee666be7639b19c5 /src/raygui.h | |
| parent | 38847169480ea52e77a27949c139eca574ac2ba0 (diff) | |
| download | raylib-c46c0fc6520914d6e9488282c02c96395d8bea9f.tar.gz raylib-c46c0fc6520914d6e9488282c02c96395d8bea9f.zip | |
Corrected keywords usage
Diffstat (limited to 'src/raygui.h')
| -rw-r--r-- | src/raygui.h | 8 |
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 |
