adding multiplayer

This commit is contained in:
2026-04-15 06:57:15 -07:00
parent af639e62c3
commit 3a91db6321
32 changed files with 938 additions and 174 deletions

View File

@@ -10,6 +10,7 @@
#include <tart.h>
#include "../game_source/cammera.h"
#include "../game_source/world.h"
#include "../server_source/game_client.h"
typedef struct {
tart_window w;
@@ -32,6 +33,8 @@ typedef struct {
struct ssh_server_callbacks_struct server_cb;
struct ssh_channel_callbacks_struct channel_cb;
struct timespec last_time;
game_server server;
} client;