Added a 20x20 background bitmap.

(Will be used in the new viewers)
This commit is contained in:
luigi__ 2009-02-05 15:46:57 +00:00
parent 26abbe2f7f
commit aefe74fb0e
3 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

View File

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

View File

@ -6,6 +6,14 @@
#include "afxres.h"
//
// Bitmap resources
//
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDB_BGTILES BITMAP "bitmap1.bmp"
//
// Icon resources
//