| 208 | // ======================== |
| 209 | |
| 210 | class BaseScript { |
| 211 | public: |
| 212 | BaseScript(); |
| 213 | ~BaseScript(); |
| 214 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 215 | }; |
| 216 | |
| 217 | class LevelScript_0000 : public BaseScript { |
| 218 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected