| 192 | // ======================== |
| 193 | |
| 194 | class BaseScript { |
| 195 | public: |
| 196 | BaseScript(); |
| 197 | ~BaseScript(); |
| 198 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 199 | }; |
| 200 | |
| 201 | class LevelScript_0000 : public BaseScript { |
| 202 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected