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