| 60 | // ======================== |
| 61 | |
| 62 | class BaseScript { |
| 63 | public: |
| 64 | BaseScript(); |
| 65 | ~BaseScript(); |
| 66 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 67 | }; |
| 68 | |
| 69 | class LevelScript_0000 : public BaseScript { |
| 70 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected