mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Moved some code to functions.
This commit is contained in:
parent
8fe7c2267a
commit
73fa7b50b5
2 changed files with 61 additions and 42 deletions
|
|
@ -72,6 +72,11 @@ class Steam_Overlay
|
|||
static void steam_overlay_run_every_runcb(void* object);
|
||||
void RunCallbacks();
|
||||
|
||||
// Right click on friend
|
||||
void BuildContextMenu(Friend const& frd, friend_window_state &state);
|
||||
// Double click on friend
|
||||
void BuildFriendWindow(Friend const& frd, friend_window_state &state);
|
||||
|
||||
public:
|
||||
Steam_Overlay(Settings* settings, SteamCallResults* callback_results, SteamCallBacks* callbacks, RunEveryRunCB* run_every_runcb, Networking *network);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue