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/Events.hpp
2018-03-29 19:08:31 +02:00

23 lines
220 B
C++
Executable File

/*
* Events.hpp
*
* Created on: Feb 24, 2018
* Author: bencat07
*/
#pragma once
#include "common.hpp"
namespace hacks
{
namespace shared
{
namespace event
{
void CreateMove();
char *inttochar(int i);
}
}
}