| 143 | // ======================== |
| 144 | |
| 145 | class BaseScript { |
| 146 | public: |
| 147 | BaseScript(); |
| 148 | ~BaseScript(); |
| 149 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 150 | }; |
| 151 | |
| 152 | class LevelScript_0000 : public BaseScript { |
| 153 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected