fix for building in debug mode.

This commit is contained in:
2012-08-06 08:01:20 +00:00
parent 583fa7d1ea
commit 00ea79afa0
2 changed files with 17 additions and 6 deletions

View File

@@ -24,6 +24,10 @@
#ifndef __BLI_STACK_H__
#define __BLI_STACK_H__
/** \file BLI_stack.h
* \ingroup bli
*/
typedef struct BLI_Stack BLI_Stack;
/* Create a new homogeneous stack with elements of 'elem_size' bytes */