| 134 | // ======================== |
| 135 | |
| 136 | class BaseScript { |
| 137 | public: |
| 138 | BaseScript(); |
| 139 | ~BaseScript(); |
| 140 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 141 | }; |
| 142 | |
| 143 | class LevelScript_0000 : public BaseScript { |
| 144 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected