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