summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/RemoteCode/RemoteCodeClient.hpp
blob: 964d055a5f87943c519224534f5f19919088dd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <RemoteCode/RemoteProcess.hpp>

namespace RemoteCode
{
	class RemoteCodeClient
	{

	};
}