mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-28 09:49:18 -05:00
Move cplusplus curly brace and RAYGUI_H endifs above (#137)
This commit is contained in:
12
src/raygui.h
12
src/raygui.h
@ -496,6 +496,12 @@ RAYGUIDEF bool GuiCheckIconPixel(int iconId, int x, int y); // Check icon pi
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
} // Prevents name mangling of functions
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif // RAYGUI_H
|
||||||
|
|
||||||
/***********************************************************************************
|
/***********************************************************************************
|
||||||
*
|
*
|
||||||
* RAYGUI IMPLEMENTATION
|
* RAYGUI IMPLEMENTATION
|
||||||
@ -3673,9 +3679,3 @@ static const char *CodepointToUtf8(int codepoint, int *byteLength)
|
|||||||
#endif // RAYGUI_STANDALONE
|
#endif // RAYGUI_STANDALONE
|
||||||
|
|
||||||
#endif // RAYGUI_IMPLEMENTATION
|
#endif // RAYGUI_IMPLEMENTATION
|
||||||
|
|
||||||
#if defined(__cplusplus)
|
|
||||||
} // Prevents name mangling of functions
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif // RAYGUI_H
|
|
||||||
|
|||||||
Reference in New Issue
Block a user