Python API

----------
Fix warning about implicit declaration of function ‘set_mipmap’.
This commit is contained in:
Ken Hughes 2007-12-30 16:47:38 +00:00
parent 65164a9e41
commit 4260b054f4

@ -1,5 +1,6 @@
/*
* $Id$
*
* ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
@ -36,6 +37,7 @@ struct ID; /*keep me up here */
/* for open, close in Blender_Load */
#include <fcntl.h>
#include "BDR_editobject.h" /* exit_editmode() */
#include "BDR_drawmesh.h" /* set_mipmap() */
#include "BIF_usiblender.h"
#include "BLI_blenlib.h"
#include "BLO_writefile.h"