Skip to content

Commit

Permalink
Fix SetRichPresence
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepIsla authored Oct 4, 2020
1 parent 6a50add commit 851d54a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension/steam/src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ namespace Steam
NODE_SET_METHOD(exports, "Init", Init);
NODE_SET_METHOD(exports, "Shutdown", Shutdown);
NODE_SET_METHOD(exports, "GetSteamID", GetSteamID);
NODE_SET_METHOD(exports, "SetRichPresence", SetRichPresence);
NODE_SET_METHOD(exports, "IsMessageAvailable", IsMessageAvailable);
NODE_SET_METHOD(exports, "RetrieveMessage", RetrieveMessage);
NODE_SET_METHOD(exports, "SendMessage", SendMessage);
Expand Down

0 comments on commit 851d54a

Please sign in to comment.