| 70 | // ======================== |
| 71 | |
| 72 | class BaseScript { |
| 73 | public: |
| 74 | BaseScript(); |
| 75 | ~BaseScript(); |
| 76 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 77 | }; |
| 78 | |
| 79 | class LevelScript_0000 : public BaseScript { |
| 80 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected