Prechádzať zdrojové kódy

allow the font awesome size define to be overriden

Jeffery Myers 11 mesiacov pred
rodič
commit
b73e280450
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      rlImGui.h

+ 2 - 0
rlImGui.h

@@ -56,8 +56,10 @@
 
 
 #ifndef NO_FONT_AWESOME
 #ifndef NO_FONT_AWESOME
 #include "extras/IconsFontAwesome6.h"
 #include "extras/IconsFontAwesome6.h"
+#ifndef FONT_AWESOME_ICON_SIZE
 #define FONT_AWESOME_ICON_SIZE 11
 #define FONT_AWESOME_ICON_SIZE 11
 #endif
 #endif
+#endif
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 extern "C" {
 extern "C" {