Added a 20x20 background bitmap.
(Will be used in the new viewers)
This commit is contained in:
parent
26abbe2f7f
commit
aefe74fb0e
Binary file not shown.
After Width: | Height: | Size: 374 B |
|
@ -171,6 +171,7 @@
|
|||
#define IDC_PROP0 908
|
||||
#define IDC_PROP1 909
|
||||
#define IDD_BGMAP_VIEWER 911
|
||||
#define IDB_BGTILES 913
|
||||
#define IDC_BGMAP_SEL 1000
|
||||
#define IDC_EDIT03 1000
|
||||
#define IDC_SOUNDCORECB 1000
|
||||
|
|
|
@ -6,6 +6,14 @@
|
|||
#include "afxres.h"
|
||||
|
||||
|
||||
//
|
||||
// Bitmap resources
|
||||
//
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
IDB_BGTILES BITMAP "bitmap1.bmp"
|
||||
|
||||
|
||||
|
||||
//
|
||||
// Icon resources
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue