Update some things.
This commit is contained in:
parent
f215bc3742
commit
f9d6e7a70a
35 changed files with 575 additions and 905 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <Client.h>
|
||||
#include <Server.h>
|
||||
#include <Network/Network.h>
|
||||
#include <Paths.h>
|
||||
|
||||
using namespace Artifact;
|
||||
|
||||
|
|
@ -25,6 +26,8 @@ int main(int argc, const char * argv[]) {
|
|||
}
|
||||
}
|
||||
|
||||
getDataPath();
|
||||
|
||||
Client client;
|
||||
|
||||
client.addDefaultSubsystems();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue