Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Rubberduckycooly
GitHub Repository: Rubberduckycooly/RSDKv5-Decompilation
Path: blob/master/RSDKv5/RSDK/User/Dummy/DummyPresence.hpp
1187 views
1
#if RETRO_REV02
2
3
// This is the "dummy" struct, it serves as the base in the event a suitable API isn't loaded (such as in this decomp)
4
// This struct should never be removed, other structs such as "SteamRichPresence" would be added and "richPresence" would be set to that instead
5
struct DummyRichPresence : UserRichPresence {
6
void SetPresence(int32 id, String *message);
7
};
8
#endif
9
10