mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 12:14:54 +01:00
Fix some header issues that broke some interfaces.
This commit is contained in:
parent
9a63cf868d
commit
5873398790
3 changed files with 0 additions and 9 deletions
|
|
@ -8,7 +8,6 @@
|
|||
class ISteamNetworkingUtils001
|
||||
{
|
||||
public:
|
||||
#ifdef STEAMNETWORKINGSOCKETS_ENABLE_SDR
|
||||
|
||||
//
|
||||
// Initialization
|
||||
|
|
@ -149,7 +148,6 @@ public:
|
|||
/// Get list of all POP IDs. Returns the number of entries that were filled into
|
||||
/// your list.
|
||||
virtual int GetPOPList( SteamNetworkingPOPID *list, int nListSz ) = 0;
|
||||
#endif // #ifdef STEAMNETWORKINGSOCKETS_ENABLE_SDR
|
||||
|
||||
//
|
||||
// Misc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue