mirror of
https://github.com/ApfelTeeSaft/WV-Networking.git
synced 2026-08-27 03:53:28 +00:00
16 lines
409 B
C
16 lines
409 B
C
#pragma once
|
|
|
|
// Main WVNet header - include this to use the networking library
|
|
|
|
#include <wvnet/Core.h>
|
|
#include <wvnet/platform/Socket.h>
|
|
#include <wvnet/BitStream.h>
|
|
#include <wvnet/Packet.h>
|
|
#include <wvnet/NetConnection.h>
|
|
#include <wvnet/NetDriver.h>
|
|
#include <wvnet/Actor.h>
|
|
#include <wvnet/World.h>
|
|
#include <wvnet/ReplicationManager.h>
|
|
#include <wvnet/RPCManager.h>
|
|
#include <wvnet/NetworkManager.h>
|