10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
|
#include "habd_include"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
// Following is HABD support
|
||
|
HABDSetDBOnClientLeave(GetName(GetExitingObject()));
|
||
|
|
||
|
}
|