Events.hpp
This commit is contained in:
parent
7ad0cdb811
commit
143566bef7
22
include/hacks/Events.hpp
Normal file
22
include/hacks/Events.hpp
Normal 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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user