0

c_overviewer is now auto-initialized, and some other minor fixes

This commit is contained in:
Aaron Griffith
2012-01-02 00:40:56 -05:00
parent fbb5230849
commit a1dc392526
5 changed files with 11 additions and 6 deletions

View File

@@ -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
{