Events.hpp

This commit is contained in:
BenCat07 2018-02-25 13:28:42 +01:00 committed by GitHub
parent 7ad0cdb811
commit 143566bef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
include/hacks/Events.hpp Normal file
View File

@ -0,0 +1,22 @@
/*
* 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);
}
}
}