23 #ifndef BAGEL_BAGLIB_EVENT_SDEV_H 24 #define BAGEL_BAGLIB_EVENT_SDEV_H 26 #include "bagel/baglib/storage_dev_win.h" 32 static bool _evalTurnEventsFl;
38 static void initialize() {
39 _evalTurnEventsFl =
false;
46 ErrorCode
attach()
override;
48 ErrorCode setBackground(
CBofBitmap * )
override {
63 static void setEvalTurnEvents(
bool b =
true) {
64 _evalTurnEventsFl = b;
66 static bool getEvalTurnEvents() {
67 return _evalTurnEventsFl;
76 ErrorCode setBackground(
CBofBitmap * )
override {
Definition: event_sdev.h:71
virtual ErrorCode evaluateExpressions()
Definition: event_sdev.h:30
ErrorCode attach() override
Definition: storage_dev_win.h:78