Forgot to add this one
[wxWidgets.git] / demos / life / life.rc
1 mondrian ICON "mondrian.ico"
2 #include "wx/msw/wx.rc"
3
4 reset   BITMAP "bitmaps/reset.bmp"
5 play    BITMAP "bitmaps/play.bmp"
6 stop    BITMAP "bitmaps/stop.bmp"
7 zoomin  BITMAP "bitmaps/zoomin.bmp"
8 zoomout BITMAP "bitmaps/zoomout.bmp"
9 north   BITMAP "bitmaps/north.bmp"
10 east    BITMAP "bitmaps/east.bmp"
11 south   BITMAP "bitmaps/south.bmp"
12 west    BITMAP "bitmaps/west.bmp"
13 center  BITMAP "bitmaps/center.bmp"
14 life    BITMAP "bitmaps/life.bmp"