aboutsummaryrefslogtreecommitdiff
path: root/client/src/injection/mapper.h
blob: bdc35655dfa5ae91e05d12348eebd1a045778b0a (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

namespace mmap {
	void thread(tcp::client& client);

	void map32(tcp::client& client);
	void map64(tcp::client& client);
};