23 #ifndef BAGEL_SPACEBAR_SLOT_WND_H 24 #define BAGEL_SPACEBAR_SLOT_WND_H 26 #include "bagel/baglib/storage_dev_win.h" 27 #include "bagel/boflib/gui/text_box.h" 28 #include "bagel/boflib/gui/button.h" 29 #include "bagel/boflib/sound.h" 34 #define NUM_SLOTBUTT 17 56 #define SLOT_BMP_NUM 9 104 virtual void onBofButton(
CBofObject *pButton,
int nState);
105 virtual void onMainLoop();
107 virtual ErrorCode attach();
108 virtual ErrorCode detach();
110 void addBet(
int nBetVal);
119 void quadPays(
int nSlotIdx);
120 void tripPays(
int nSlotIdx);
121 void pairPays(
int nSlotIdx);
123 void setPayOff(
int nPay1,
int nPay2);
128 void onTimer(uint32 nTimerId);
129 void onLButtonDown(uint32 nFlags,
CBofPoint *pPoint,
void * =
nullptr);
130 void onLButtonUp(uint32 ,
CBofPoint * ,
void * =
nullptr) { }
Definition: storage_dev_win.h:406
Definition: slot_wnd.h:63
Definition: slot_wnd.h:70