Don't do an "or" operation of the return IDs with TAGBASE_NATMEG
[AROS-Contrib.git] / fish / cube / cube2.h
blob6a4380a29aa8f6e3c98e2dce35f1206587b4dccc
1 #include <intuition/intuition.h>
2 #include <graphics/rastport.h>
4 void MyWrite(char * letter);
5 void feed(char *process);
6 void orient(int who);
7 void Keywait(void);
8 void rotate(int side, int direction);
9 void DoMenu(ULONG item);
10 void CloseSelect(void);
11 void ProcMouse(SHORT mousex, SHORT mousey);
12 void procgads(struct Gadget *add);
13 void update(int gadget);
15 struct GfxBase * GfxBase;
16 struct RastPort * rp2;
17 int single;
18 int total;
19 int wait;
20 int buffer;
21 int best;
22 int yp;
23 struct Window * Wdw;
24 struct IntuiMessage *msg;
26 #define BUFSIZE 100
27 char key[BUFSIZE];