forked from alterware/iw6-mod
init
This commit is contained in:
14
src/client/game/demonware/services/bdAnticheat.hpp
Normal file
14
src/client/game/demonware/services/bdAnticheat.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "../i_service.hpp"
|
||||
|
||||
namespace demonware
|
||||
{
|
||||
class bdAnticheat final : public i_generic_service<38>
|
||||
{
|
||||
public:
|
||||
bdAnticheat();
|
||||
|
||||
private:
|
||||
void report_console_details(i_server* server, byte_buffer* buffer) const;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user