| 80 | // ======================== |
| 81 | |
| 82 | class BaseScript { |
| 83 | public: |
| 84 | BaseScript(); |
| 85 | ~BaseScript(); |
| 86 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 87 | }; |
| 88 | |
| 89 | class LevelScript_0000 : public BaseScript { |
| 90 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected