| 173 | // ======================== |
| 174 | |
| 175 | class BaseScript { |
| 176 | public: |
| 177 | BaseScript(); |
| 178 | ~BaseScript(); |
| 179 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 180 | }; |
| 181 | |
| 182 | class LevelScript_0000 : public BaseScript { |
| 183 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected