| 126 | // ======================== |
| 127 | |
| 128 | class BaseScript { |
| 129 | public: |
| 130 | BaseScript(); |
| 131 | ~BaseScript(); |
| 132 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 133 | }; |
| 134 | |
| 135 | class LevelScript_0000 : public BaseScript { |
| 136 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected