mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
move furIcons somewhere else
This commit is contained in:
parent
e121c40a23
commit
f03996ebd2
5 changed files with 4 additions and 7 deletions
|
@ -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")
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue