Skip to content

Commit

Permalink
move furIcons somewhere else
Browse files Browse the repository at this point in the history
  • Loading branch information
tildearrow committed Oct 29, 2023
1 parent e121c40 commit f03996e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ option(WITH_DEMOS "Install demo songs" ON)
option(WITH_INSTRUMENTS "Install instruments" ON)
option(WITH_WAVETABLES "Install wavetables" ON)

set(DEPENDENCIES_INCLUDE_DIRS "extern/IconFontCppHeaders")
set(DEPENDENCIES_INCLUDE_DIRS extern/IconFontCppHeaders src/icon)

if (ANDROID AND NOT TERMUX)
set(DEPENDENCIES_DEFINES "IS_MOBILE")
Expand Down
3 changes: 1 addition & 2 deletions src/engine/platform/pce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

#include "pce.h"
#include "../engine.h"
// TODO: move this away
#include "../../gui/furIcons.h"
#include "furIcons.h"
#include <math.h>

//#define rWrite(a,v) pendingWrites[a]=v;
Expand Down
3 changes: 1 addition & 2 deletions src/engine/platform/snes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
#include "snes.h"
#include "../engine.h"
#include "../../ta-log.h"
// TODO: move this away
#include "../../gui/furIcons.h"
#include "furIcons.h"
#include <math.h>

#define CHIP_FREQBASE 131072
Expand Down
3 changes: 1 addition & 2 deletions src/engine/platform/swan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

#include "swan.h"
#include "../engine.h"
// TODO: move this away
#include "../../gui/furIcons.h"
#include "furIcons.h"
#include "IconsFontAwesome4.h"
#include <math.h>

Expand Down
File renamed without changes.

0 comments on commit f03996e

Please sign in to comment.