| 271 | } |
| 272 | |
| 273 | JKRDecompCommand::JKRDecompCommand() { |
| 274 | OSInitMessageQueue(&mMessageQueue, &mMessageBuf, 1); |
| 275 | mCb = nullptr; |
| 276 | _1C = nullptr; |
| 277 | mThis = this; |
| 278 | _20 = 0; |
| 279 | } |
| 280 | |
| 281 | JKRDecompCommand::~JKRDecompCommand() {} |
nothing calls this directly
no test coverage detected