#ifndef TDKPIN_WINDOW_LIFECYCLE_H #define TDKPIN_WINDOW_LIFECYCLE_H #include "tdkpin_object_lifecycle.h" void object_windows_window_destruct( Win16FarPtr window, uint16_t vmt); /* 1018:121b */ void tdkpin_overlay_window_destruct( Win16FarPtr window, uint16_t vmt); /* 1000:5ba6 */ void tdkpin_board_window_destruct( Win16FarPtr window, uint16_t vmt); /* 1000:60e7 */ #endif