| 116 | // ======================== |
| 117 | |
| 118 | class BaseScript { |
| 119 | public: |
| 120 | BaseScript(); |
| 121 | ~BaseScript(); |
| 122 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 123 | }; |
| 124 | |
| 125 | class LevelScript_0000 : public BaseScript { |
| 126 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected