From: Maxim Mamontov Date: Thu, 14 Apr 2011 11:35:28 +0000 (+0300) Subject: Added typedef for USER_IMPL * as USER_IMPL_PTR X-Git-Tag: 2.407~11 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/2db10cd7443b651fc3d116fd007db85347de7acb Added typedef for USER_IMPL * as USER_IMPL_PTR --- diff --git a/projects/stargazer/user_impl.h b/projects/stargazer/user_impl.h index be28cc96..68b77268 100644 --- a/projects/stargazer/user_impl.h +++ b/projects/stargazer/user_impl.h @@ -296,4 +296,6 @@ private: }; //----------------------------------------------------------------------------- +typedef USER_IMPL * USER_IMPL_PTR; + #endif //USER_H