some more cleanup

This commit is contained in:
asrael 2026-04-15 00:27:16 -05:00
parent f4170614a7
commit 26e855369d
20 changed files with 22 additions and 41 deletions

View file

@ -1,6 +1,7 @@
#pragma once
#include "pxl8_net.h"
#include "demo3d_chunk_cache.h"
#include "demo3d_protocol.h"
#include "pxl8_types.h"
@ -9,7 +10,6 @@
#define DEMO3D_NET_TICK_RATE 30.0f
typedef struct demo3d_world demo3d_world;
typedef struct demo3d_chunk_cache demo3d_chunk_cache;
typedef struct demo3d_net {
pxl8_net* transport;