morphunits: forgot to actually publish the newly added HookEntry function

git-svn-id: trunk@30999 -
This commit is contained in:
Károly Balogh 2015-06-07 01:25:00 +00:00
parent adb2b71c94
commit 2ffb2f9c98

View File

@ -33,6 +33,8 @@ function DoSuperNew(class_: pointer; obj: pointer; tags: array of LongWord): lon
// This procedure is used to pop dispatcher args from emulstruc
procedure DISPATCHERARG(var cl; var obj; var msg); assembler;
function HookEntry: longword;
implementation
uses exec, intuition, utility;