networking
This commit is contained in:
12
public/tier0/network.h
Normal file
12
public/tier0/network.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef TIER0_NETWORK_H
|
||||
#define TIER0_NETWORK_H
|
||||
|
||||
#include "platform.h"
|
||||
#include "steam/isteamnetworkingsockets.h"
|
||||
#include "arpa/inet.h"
|
||||
|
||||
|
||||
PLATFORM_INTERFACE void Net_Init();
|
||||
PLATFORM_INTERFACE void Net_Deinit();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user