Remove IToolGameEventAPI (#248)

This commit is contained in:
komashchenko 2024-05-24 22:23:00 +03:00 committed by GitHub
parent 92fab12a80
commit 426ae7f3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,11 +73,6 @@ typedef CKV3MemberName GameEventKeySymbol_t;
class KeyValues;
class CGameEvent;
abstract_class IToolGameEventAPI
{
virtual void unk001( void * ) = 0;
};
abstract_class IGameEvent
{
public:
@ -150,7 +145,7 @@ public:
virtual void FireGameEvent( IGameEvent *event ) = 0;
};
abstract_class IGameEventManager2 : public IBaseInterface, public IToolGameEventAPI
abstract_class IGameEventManager2 : public IBaseInterface
{
public:
virtual ~IGameEventManager2( void ) {};