| 1222 | }; |
| 1223 | |
| 1224 | class BettyScript : public BaseObjScript { |
| 1225 | public: |
| 1226 | BettyScript() { memory = NULL; } |
| 1227 | int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 1228 | |
| 1229 | protected: |
| 1230 | void DoInit(int me); |
| 1231 | |
| 1232 | private: |
| 1233 | tBettyInfo *memory; |
| 1234 | }; |
| 1235 | |
| 1236 | //----------------- |
| 1237 | // Chaff |
nothing calls this directly
no outgoing calls
no test coverage detected