diff --git a/src/util/Time.hpp b/src/util/Time.hpp index db18ed3..af5524f 100644 --- a/src/util/Time.hpp +++ b/src/util/Time.hpp @@ -2,6 +2,7 @@ #define UTIL_TIME_HPP #include "util/time/CGameTime.hpp" +#include "util/time/Types.hpp" #include "util/time/WowTime.hpp" #endif diff --git a/src/util/time/Types.hpp b/src/util/time/Types.hpp new file mode 100644 index 0000000..924886e --- /dev/null +++ b/src/util/time/Types.hpp @@ -0,0 +1,8 @@ +#ifndef UTIL_TIME_TYPES_HPP +#define UTIL_TIME_TYPES_HPP + +#include + +typedef uint64_t whoa_tick_t; + +#endif