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