| 166 | // ======================== |
| 167 | |
| 168 | class BaseScript { |
| 169 | public: |
| 170 | BaseScript(); |
| 171 | ~BaseScript(); |
| 172 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 173 | }; |
| 174 | |
| 175 | class LevelScript_0000 : public BaseScript { |
| 176 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected