CCopPing::~CCopPing

This commit is contained in:
krystalgamer 2024-08-02 16:59:29 +02:00
parent 009d19464c
commit 93e75c0336
2 changed files with 7 additions and 0 deletions

View File

@ -522,6 +522,11 @@ CCopPing::CCopPing(CSuper* pHost, SHook* pHook)
this->SetPosition();
}
// @Ok
CCopPing::~CCopPing(void)
{
}
// @NotOk
// globals
CCop::CCop(int* a2, int a3)

2
cop.h
View File

@ -76,6 +76,8 @@ class CCopPing : public CSimpleAnim
{
public:
EXPORT CCopPing(CSuper*, SHook*);
EXPORT virtual ~CCopPing(void);
EXPORT void Move(void);
EXPORT void SetPosition(void);