Skip to content

Commit

Permalink
go self
Browse files Browse the repository at this point in the history
  • Loading branch information
Eknous-P committed Nov 19, 2024
1 parent 99c2a9c commit 7e5387e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "ImGuiFileDialog.h"
#include "../ta-log.h"
#include "../fileutils.h"
#include "../utfutils.h"
#include "misc/freetype/imgui_freetype.h"

void FurnaceGUI::drawSettingsCategory(SettingsCategory* cat) {
Expand Down
1 change: 1 addition & 0 deletions src/gui/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "imgui_internal.h"
#include "fonts.h"
#include "util.h"
#include "../utfutils.h"
#include "guiConst.h"
#include "intConst.h"
#include "IconsFontAwesome4.h"
Expand Down

0 comments on commit 7e5387e

Please sign in to comment.