diff options
| author | Aaditya Dhruv <[email protected]> | 2026-01-27 20:09:08 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2026-01-27 20:09:08 -0600 |
| commit | e6025e43ccce1a75223b26530a87cd3d927ac0bd (patch) | |
| tree | dc7a550b0210da61e087793f30adb6378e68b2a8 /src/block.h | |
| parent | 3690b4592f5f6dc07be68148894cdde9c03ca9d0 (diff) | |
Improve Block features
- Rotate block scene at the center
- Add block_debug to print block data
Diffstat (limited to 'src/block.h')
| -rw-r--r-- | src/block.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block.h b/src/block.h index aecb804..4c308d4 100644 --- a/src/block.h +++ b/src/block.h @@ -16,3 +16,4 @@ struct block { }; int block_init(vec3 pos, struct block* blk); int block_draw(struct block* blk, struct shader* shader); +void block_debug(struct block* blk); |
