home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
podstawy
/
os2
/
ssaver
/
ssaver23.exe
/
CUSTBMP.ZIP
/
bmpsamp.rc
< prev
next >
Wrap
Text File
|
1995-03-13
|
409b
|
15 lines
/*
BMPSAMP.RC
sample resource file for custom bitmaps saver module
*/
STRINGTABLE
{
/* replace "Custom Bitmaps" below with name of saver module */
1 "Custom Bitmaps"
}
/* insert lines enumerating the bitmap files, for example if you have 4 bitmaps: */
BITMAP 1 DISCARDABLE "bitmap1.bmp"
BITMAP 2 DISCARDABLE "bitmap2.bmp"
BITMAP 3 DISCARDABLE "bitmap3.bmp"
BITMAP 4 DISCARDABLE "bitmap4.bmp"