rename bitmaps header files
This commit is contained in:
parent
c9785a2315
commit
6f8c63b29c
4 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
#define _UI_INNER_H 1
|
#define _UI_INNER_H 1
|
||||||
|
|
||||||
#include "emulator.h"
|
#include "emulator.h"
|
||||||
#include "ui_bitmaps.h"
|
#include "ui_bitmaps_misc.h"
|
||||||
#include "ui_small_font.h"
|
#include "ui_bitmaps_small_font.h"
|
||||||
#include "ui_big_font.h"
|
#include "ui_bitmaps_big_font.h"
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
/* SX GX */
|
/* SX GX */
|
||||||
|
|
Loading…
Reference in a new issue