]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Placeholder added to the XML-RPC API documentation book
[stg.git] / projects / stargazer / user_impl.h
index 935dcd0e0a90368c8c0f897667df0f963af189bf..68b7726810eac4312c7997598a9ebc67dda9f731 100644 (file)
 
 #include "stg/user.h"
 #include "stg/os_int.h"
-#include "stg/stg_const.h"
+#include "stg/const.h"
 #include "stg/user_stat.h"
 #include "stg/user_conf.h"
 #include "stg/user_ips.h"
 #include "stg/user_property.h"
 #include "stg/auth.h"
-#include "stg/stg_message.h"
+#include "stg/message.h"
 #include "stg/noncopyable.h"
 
 //-----------------------------------------------------------------------------
@@ -296,4 +296,6 @@ private:
 };
 //-----------------------------------------------------------------------------
 
+typedef USER_IMPL * USER_IMPL_PTR;
+
 #endif //USER_H