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