Update some things.
This commit is contained in:
parent
f215bc3742
commit
f9d6e7a70a
35 changed files with 575 additions and 905 deletions
11
Client/Network.h
Normal file
11
Client/Network.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "Client.h"
|
||||
#include <Network/Network.h>
|
||||
|
||||
namespace Artifact {
|
||||
|
||||
class ClientNetwork: public NetworkClient, public ClientSubsystem {};
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue