forked from metin-server/m2dev-client-src
init
This commit is contained in:
13
src/UserInterface/PythonExceptionSender.h
Normal file
13
src/UserInterface/PythonExceptionSender.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
class CPythonExceptionSender : public IPythonExceptionSender
|
||||
{
|
||||
public:
|
||||
CPythonExceptionSender();
|
||||
virtual ~CPythonExceptionSender();
|
||||
|
||||
void Send();
|
||||
|
||||
protected:
|
||||
std::set<DWORD> m_kSet_dwSendedExceptionCRC;
|
||||
};
|
||||
Reference in New Issue
Block a user