0

Merge branch 'dtt-c-render' into py-package

Conflicts:
	overviewer.py
This commit is contained in:
Aaron Griffith
2011-04-01 21:59:52 -04:00
8 changed files with 539 additions and 405 deletions

View File

@@ -24,6 +24,10 @@
#ifndef __OVERVIEWER_H_INCLUDED__
#define __OVERVIEWER_H_INCLUDED__
// increment this value if you've made a change to the c extesion
// and want to force users to rebuild
#define OVERVIEWER_EXTENSION_VERSION 2
/* Python PIL, and numpy headers */
#include <Python.h>
#include <Imaging.h>