move furIcons somewhere else

This commit is contained in:
tildearrow 2023-10-28 19:07:40 -05:00
parent e121c40a23
commit f03996ebd2
5 changed files with 4 additions and 7 deletions

View file

@ -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")

View file

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

View file

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

View file

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