home *** CD-ROM | disk | FTP | other *** search
- /*
- 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"
-