#ifndef TDKPIN_DISPATCH_H #define TDKPIN_DISPATCH_H #include "tdkpin_borland_runtime.h" Win16FarPtr borland_resolve_dynamic_method_slot( uint16_t vmt, uint16_t method_id); /* 1020:16e6 */ Win16FarPtr borland_find_dynamic_method( uint16_t vmt, uint16_t method_id); /* 1020:16dd */ void borland_dispatch_dynamic_method( uint16_t vmt, uint16_t method_id); /* 1020:16e1 */ void borland_dispatch_method_8002( Win16FarPtr receiver, Win16FarPtr argument); /* 1008:2d66 */ void borland_dispatch_method_0006( Win16FarPtr receiver, Win16FarPtr argument); /* 1018:16eb */ #endif