| 827 | } |
| 828 | |
| 829 | static intptr_t host_dispatcher(const NativeHostHandle handle, const NativeHostDispatcherOpcode opcode, |
| 830 | const int32_t index, const intptr_t value, void* const ptr, const float opt) |
| 831 | { |
| 832 | return static_cast<IldaeilModule*>(handle)->hostDispatcher(opcode, index, value, ptr, opt); |
| 833 | } |
| 834 | |
| 835 | // -------------------------------------------------------------------------------------------------------------------- |
| 836 |
nothing calls this directly
no test coverage detected