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