| 104 | // ======================== |
| 105 | |
| 106 | class BaseScript { |
| 107 | public: |
| 108 | BaseScript(); |
| 109 | ~BaseScript(); |
| 110 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 111 | }; |
| 112 | |
| 113 | class LevelScript_0000 : public BaseScript { |
| 114 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected