aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys/src/lib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'steamworks-sys/src/lib.cpp')
-rw-r--r--steamworks-sys/src/lib.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/steamworks-sys/src/lib.cpp b/steamworks-sys/src/lib.cpp
index 9994909..75c399a 100644
--- a/steamworks-sys/src/lib.cpp
+++ b/steamworks-sys/src/lib.cpp
@@ -99,4 +99,5 @@ extern "C" ISteamMatchmaking *steam_rust_get_matchmaking() {
}
extern "C" ISteamUtils *steam_rust_get_utils() { return SteamUtils(); }
extern "C" ISteamApps *steam_rust_get_apps() { return SteamApps(); }
-extern "C" ISteamFriends *steam_rust_get_friends() { return SteamFriends(); } \ No newline at end of file
+extern "C" ISteamFriends *steam_rust_get_friends() { return SteamFriends(); }
+extern "C" ISteamUser *steam_rust_get_user() { return SteamUser(); } \ No newline at end of file