comparison include/core/session.h @ 383:27c462bc7815

make the "Now Playing" page actually work
author Paper <paper@tflc.us>
date Thu, 06 Nov 2025 07:10:58 -0500
parents ea3a74ed2ef9
children
comparison
equal deleted inserted replaced
382:0265e125f680 383:27c462bc7815
28 void SetStatusBar(const std::string &message); 28 void SetStatusBar(const std::string &message);
29 29
30 /* we literally *cannot* be lying to the user by doing this */ 30 /* we literally *cannot* be lying to the user by doing this */
31 void IncrementRequests(); 31 void IncrementRequests();
32 std::uint32_t GetRequests(); 32 std::uint32_t GetRequests();
33 int uptime(); 33 std::int64_t uptime();
34 34
35 Config config; 35 Config config;
36 36
37 std::mt19937 gen; 37 std::mt19937 gen;
38 38