fix some setup

This commit is contained in:
chatlanin
2025-01-13 21:30:05 +03:00
parent a658789a95
commit d39c0bbce9
9 changed files with 43 additions and 31 deletions

View File

@@ -8,7 +8,7 @@
#include "icons.hpp"
#include "utils/utils.hpp"
#include "utils/utils.hpp" // IWYU pragma: keep
namespace VE::style::fonts
{

View File

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

View File

@@ -2,7 +2,7 @@
#include "imgui.h"
#include "icons.hpp"
#include "icons.hpp" // IWYU pragma: keep
#include "fonts.hpp"
namespace VE::style