annotate old/simple_pack/pad.h @ 639:70c5c2d2eb24

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 19 Nov 2009 18:45:24 +0900
parents 735f76483bb2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
53
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
1 const int CROSS = 0;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
2 const int CIRCLE = 1;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
3 const int SQUARE = 2;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
4 const int TRIANGLE = 3;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
5 const int L1 = 4;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
6 const int R1 = 5;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
7 const int L2 = 6;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
8 const int R2 = 7;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
9 const int START = 8;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
10 const int SELECT = 9;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
11 const int L3 = 10;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
12 const int R3 = 11;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
13 const int UP = 12;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
14 const int DOWN = 13;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
15 const int RIGHT = 14;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
16 const int LEFT = 15;
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
17
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
18 int pad(int button);