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