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