summaryrefslogtreecommitdiff
path: root/src/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.h')
-rw-r--r--src/block.h1
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);