| 121 | // ======================== |
| 122 | |
| 123 | class BaseScript { |
| 124 | public: |
| 125 | BaseScript(); |
| 126 | ~BaseScript(); |
| 127 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 128 | }; |
| 129 | |
| 130 | class LevelScript_0000 : public BaseScript { |
| 131 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected