This repository has been archived on 2024-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
cathook/include/hacks/AutoDeadringer.hpp
2018-04-14 13:22:12 +02:00

19 lines
185 B
C++

/*
* AutoDeadringer.hpp
*
* Created on: Apr 12, 2018
* Author: bencat07
*/
#pragma once
namespace hacks
{
namespace shared
{
namespace deadringer
{
void CreateMove();
}
}
}