Add project files.
This commit is contained in:
13
L2BotDll/Versions/GameStructs/NetworkHandlerInterface.h
Normal file
13
L2BotDll/Versions/GameStructs/NetworkHandlerInterface.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
class NetworkHandlerInterface
|
||||
{
|
||||
public:
|
||||
NetworkHandlerInterface() = default;
|
||||
virtual ~NetworkHandlerInterface() = default;
|
||||
|
||||
virtual void Init(HMODULE hModule) = 0;
|
||||
virtual void Restore() = 0;
|
||||
};
|
Reference in New Issue
Block a user