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