| 93 | }; |
| 94 | |
| 95 | class AliencuplinkScript : public ClutterScript { |
| 96 | public: |
| 97 | int16_t CallEvent(int event, tOSIRISEventInfo *data); |
| 98 | }; |
| 99 | |
| 100 | struct tTNTHighYield { |
| 101 | vector last_vel; |
nothing calls this directly
no outgoing calls
no test coverage detected