1 #ifndef _CONTENT_BLOCK_H_
2 #define _CONTENT_BLOCK_H_
6 /* block ids 0x000 - 0xFFF */
8 #define CONTENT_AIR 0x000
9 #define CONTENT_STONE 0x001
10 #define CONTENT_MUD 0x002
11 #define CONTENT_GRASS 0x003
13 /* defined in block_ground.c */
14 int block_ground_init(void);