Переглянути джерело

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

Resolves #120
Lorenz Junglas 4 роки тому
батько
коміт
3627bb960a
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      src/raygui.h

+ 2 - 2
src/raygui.h

@@ -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