| 82 | // ======================== |
| 83 | |
| 84 | class BaseScript { |
| 85 | public: |
| 86 | BaseScript(); |
| 87 | ~BaseScript(); |
| 88 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 89 | }; |
| 90 | |
| 91 | class LevelScript_0000 : public BaseScript { |
| 92 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected