game-networking-sockets-sys 0.2.0

Rust bindings for Valve GameNetworkingSockets library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//========= Copyright 1996-2022, Valve LLC, All rights reserved. ============

#ifndef STEAMID_H
#define STEAMID_H
#pragma once

#include "steam/steamclientpublic.h"

#ifdef GENERICHASH_H
inline uint32 HashItem( const CSteamID &item )
{
	return HashItemAsBytes(item);
}
#endif

#endif // _H