0

Propagate block, bool, standard integer types across codebase

Posix type integer pass

Propagate block, bool, integer types across codebase

Add standard integer types to prototypes
This commit is contained in:
Wunkolo
2019-06-25 10:20:38 -07:00
parent b6a3c18b65
commit d738c21852
31 changed files with 399 additions and 394 deletions

View File

@@ -25,8 +25,8 @@
// add two to these because the primative functions should expect to
// deal with x and z values of -1 and 16
typedef struct {
int walked_chunk;
int32_t walked_chunk;
int remove_block[WIDTH + 2][HEIGHT][DEPTH + 2];
int32_t remove_block[WIDTH + 2][HEIGHT][DEPTH + 2];
} RenderPrimitiveNether;