23 lines
220 B
C++
Executable File
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);
|
|
}
|
|
}
|
|
}
|