feat(gui): add toolbar widget
This commit is contained in:
parent
afc063b2ab
commit
b42bf74472
51 changed files with 2191 additions and 1461 deletions
|
|
@ -37,7 +37,10 @@ typedef struct pxl8_sim_entity {
|
|||
} pxl8_sim_entity;
|
||||
|
||||
typedef struct pxl8_sim_world {
|
||||
const pxl8_bsp* bsp;
|
||||
const pxl8_bsp* chunks[9];
|
||||
i32 center_cx;
|
||||
i32 center_cz;
|
||||
f32 chunk_size;
|
||||
} pxl8_sim_world;
|
||||
|
||||
bool pxl8_bsp_point_solid(const pxl8_bsp* bsp, pxl8_vec3 pos);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue