diff --git a/src/world/Types.hpp b/src/world/Types.hpp new file mode 100644 index 0000000..529e5fb --- /dev/null +++ b/src/world/Types.hpp @@ -0,0 +1,8 @@ +#ifndef WORLD_TYPES_HPP +#define WORLD_TYPES_HPP + +#include + +typedef uintptr_t HWORLDOBJECT; + +#endif