Move include guard endif to end of file (#121)

Resolves #120
This commit is contained in:
Lorenz Junglas 2021-02-01 03:59:15 -08:00 committed by GitHub
parent 28d7584fc1
commit 3627bb960a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -499,8 +499,6 @@ RAYGUIDEF void GuiClearIconPixel(int iconId, int x, int y); // Clear icon pi
RAYGUIDEF bool GuiCheckIconPixel(int iconId, int x, int y); // Check icon pixel value
#endif
#endif // RAYGUI_H
/***********************************************************************************
*
@ -3721,3 +3719,5 @@ static const char *CodepointToUtf8(int codepoint, int *byteLength)
#if defined(__cplusplus)
} // Prevents name mangling of functions
#endif
#endif // RAYGUI_H