fix some setup
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "icons.hpp"
|
||||
|
||||
#include "utils/utils.hpp"
|
||||
#include "utils/utils.hpp" // IWYU pragma: keep
|
||||
|
||||
namespace VE::style::fonts
|
||||
{
|
||||
|
||||
@@ -716,4 +716,4 @@ namespace VE::style::icon
|
||||
inline const char* ICON_DOGMAZIC = "\uf303";
|
||||
inline const char* ICON_NEXTCLOUD = "\uf306";
|
||||
inline const char* ICON_NEXTCLOUD_SQUARE = "\uf307";
|
||||
} // namespace Icon
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "imgui.h"
|
||||
|
||||
#include "icons.hpp"
|
||||
#include "icons.hpp" // IWYU pragma: keep
|
||||
#include "fonts.hpp"
|
||||
|
||||
namespace VE::style
|
||||
|
||||
Reference in New Issue
Block a user