GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a tiny graphical app kit for ruby
Homepage: http://code.whytheluckystiff.net/shoes
Clone URL: git://github.com/why/shoes.git
shoes / shoes / appwin32.h
100644 14 lines (11 sloc) 0.202 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// shoes/appwin32.h
// Resource IDs (see appwin32.rc also)
//
#ifndef SHOES_APPWIN32_H
#define SHOES_APPWIN32_H
 
#define ASKDLG 1
#define ASKSECRETDLG 2
#define IDQUIZ 111
#define IDQUED 112
 
#endif