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