23 #ifndef BAGEL_BAGLIB_EVENT_SDEV_H 24 #define BAGEL_BAGLIB_EVENT_SDEV_H 26 #include "bagel/spacebar/baglib/storage_dev_win.h" 33 static bool _evalTurnEventsFl;
41 static void initialize() {
42 _evalTurnEventsFl =
false;
49 ErrorCode
attach()
override;
51 ErrorCode setBackground(
CBofBitmap * )
override {
66 static void setEvalTurnEvents(
bool b =
true) {
67 _evalTurnEventsFl = b;
69 static bool getEvalTurnEvents() {
70 return _evalTurnEventsFl;
81 ErrorCode setBackground(
CBofBitmap * )
override {
Definition: event_sdev.h:31
ErrorCode attach() override
Definition: event_sdev.h:74
virtual ErrorCode evaluateExpressions()
Definition: storage_dev_win.h:79