init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#ifndef PALPIT
|
||||
#define PALPIT
|
||||
#include "Base.h"
|
||||
|
||||
namespace server_palpit
|
||||
{
|
||||
//
|
||||
//public
|
||||
//
|
||||
|
||||
auto create_palpit_thread(LPVOID parmar) -> void;
|
||||
|
||||
}
|
||||
|
||||
#endif // !PALPIT
|
||||
Reference in New Issue
Block a user