| 67 | // ======================== |
| 68 | |
| 69 | class BaseScript { |
| 70 | public: |
| 71 | BaseScript(); |
| 72 | ~BaseScript(); |
| 73 | virtual int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 74 | }; |
| 75 | |
| 76 | class LevelScript_0000 : public BaseScript { |
| 77 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected