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