| 89 | // ======================== |
| 90 | |
| 91 | class BaseScript { |
| 92 | public: |
| 93 | BaseScript(); |
| 94 | ~BaseScript(); |
| 95 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 96 | }; |
| 97 | |
| 98 | class LevelScript_0000 : public BaseScript { |
| 99 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected