Skip to content

Commit

Permalink
refactor: move font data to resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Nov 3, 2024
1 parent 9774ef9 commit 52c9267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/gui.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#include "gui.h"
#include "tasks.h"
#include "font.h"
#include "gui_helpers.h"

#include "resources/font.h"

const int font_height = 18;
const int spacing = 4;
const int pad_x = 24;
Expand Down
File renamed without changes.

0 comments on commit 52c9267

Please sign in to comment.