0

merged lighting and non-lighting render code

This commit is contained in:
Aaron Griffith
2011-03-21 06:02:47 -04:00
parent fd0924a93b
commit 2881324084
4 changed files with 59 additions and 253 deletions

View File

@@ -37,7 +37,6 @@ PyObject *brightness(PyObject *img, double factor);
/* in iterate.c */
PyObject *chunk_render(PyObject *self, PyObject *args);
PyObject *chunk_render_lighting(PyObject *self, PyObject *args);
int init_chunk_render(void);
#endif /* __OVERVIEWER_H_INCLUDED__ */