mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 22:48:11 +01:00
lsteamclient: Remove now unused steamclient_manual_common.cpp.
CW-Bug-Id: #22729
This commit is contained in:
parent
05f84c8595
commit
1b4cd4fc7a
6 changed files with 2 additions and 270 deletions
|
|
@ -33,7 +33,6 @@ enum callback_type
|
|||
{
|
||||
SOCKET_DEBUG_OUTPUT = 1,
|
||||
STEAM_API_WARNING_HOOK,
|
||||
STEAM_API_CALLBACK_ONE_PARAM,
|
||||
};
|
||||
|
||||
struct callback_data
|
||||
|
|
@ -55,16 +54,10 @@ struct callback_data
|
|||
const char *msg;
|
||||
}
|
||||
steam_api_warning_hook;
|
||||
struct
|
||||
{
|
||||
void *param;
|
||||
}
|
||||
steam_api_callback_one_param;
|
||||
};
|
||||
};
|
||||
|
||||
void execute_callback(struct callback_data *cb_data);
|
||||
bool is_native_thread(void);
|
||||
|
||||
#ifndef STEAM_API_H
|
||||
struct networking_message_pool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue