21 lines
246 B
HolyC
21 lines
246 B
HolyC
#ifndef CONTROLS_HC
|
|
#define CONTROLS_HC
|
|
|
|
class Controls {
|
|
CD2 cVel;
|
|
I16 cNum;
|
|
Bool cTest0;
|
|
U8 cTest1;
|
|
U8 cTest2;
|
|
U8 cTest3;
|
|
Bool cJump;
|
|
Bool cInv;
|
|
Bool cEsc;
|
|
Bool mLDown;
|
|
Bool mLUp;
|
|
Bool mRDown;
|
|
Bool mRUp;
|
|
};
|
|
|
|
#endif
|