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