c_overviewer is now auto-initialized, and some other minor fixes
This commit is contained in:
@@ -93,7 +93,7 @@ typedef struct {
|
||||
PyObject *left_blocks;
|
||||
PyObject *right_blocks;
|
||||
} RenderState;
|
||||
PyObject *init_chunk_render(PyObject *self, PyObject *args);
|
||||
PyObject *init_chunk_render(void);
|
||||
PyObject *chunk_render(PyObject *self, PyObject *args);
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user