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 5struct DummyRichPresence : UserRichPresence { 6 void SetPresence(int32 id, String *message); 7}; 8#endif 9 10