Initial commit.
This commit is contained in:
commit
f215bc3742
43 changed files with 2983 additions and 0 deletions
14
Server/Server.cpp
Normal file
14
Server/Server.cpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include "Server.h"
|
||||
#include "Network/Network.h"
|
||||
|
||||
namespace Artifact {
|
||||
|
||||
void Server::run() {
|
||||
|
||||
}
|
||||
|
||||
void Server::addDefaultSubsystems() {
|
||||
addSubsystem<NetworkServer>();
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue