Skip to content

Commit

Permalink
allow the font awesome size define to be overriden
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffM2501 committed Aug 18, 2024
1 parent 1dc076c commit b73e280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rlImGui.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@

#ifndef NO_FONT_AWESOME
#include "extras/IconsFontAwesome6.h"
#ifndef FONT_AWESOME_ICON_SIZE
#define FONT_AWESOME_ICON_SIZE 11
#endif
#endif

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit b73e280

Please sign in to comment.