diff --git a/include/hacks/Events.hpp b/include/hacks/Events.hpp new file mode 100644 index 00000000..dd585e70 --- /dev/null +++ b/include/hacks/Events.hpp @@ -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); +} +} +}