Update Dependencies & Yojimbo hello world & Bone server

This commit is contained in:
Julian Nießner
2019-04-24 09:21:17 +02:00
parent fc2e3e801c
commit e024ef3f0c
15 changed files with 541 additions and 330 deletions

9
oldsrc/Constants.h Normal file
View File

@@ -0,0 +1,9 @@
// #pragma once
// namespace constants {
// const int CLIENT_PORT = 9999;
// const int MAX_CLIENTS = 128;
// }