| 393 | } MisFileData; |
| 394 | |
| 395 | typedef struct ChainStruct { |
| 396 | int idx; |
| 397 | int _mitype; |
| 398 | int _mirange; |
| 399 | } ChainStruct; |
| 400 | |
| 401 | typedef struct MissileStruct { |
| 402 | int _mitype; |
nothing calls this directly
no outgoing calls
no test coverage detected