From 3fe4c8eb27be369498a12f03aadba842a900fc7b Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Wed, 5 Sep 2018 10:52:12 +0200 Subject: [PATCH] Remove leaderboard class from compile I don't feel like messing with in game leaderboards at the moment. I'll leave the scoring in so that it can be added in the future. For now the community leaderboards will have to suffice. --- steamworks_c_wrapper/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/steamworks_c_wrapper/CMakeLists.txt b/steamworks_c_wrapper/CMakeLists.txt index 9e30331..f948ab6 100644 --- a/steamworks_c_wrapper/CMakeLists.txt +++ b/steamworks_c_wrapper/CMakeLists.txt @@ -35,7 +35,6 @@ else () SHARED src/steamworks_c_wrapper src/CallbackHandler - src/CSteamLeaderboard ) endif()