summaryrefslogtreecommitdiff
path: root/DevIL/src-IL/include/il_stack.h
blob: 784fff31155e024664298050a260f527f40287b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//-----------------------------------------------------------------------------
//
// ImageLib Sources
// Copyright (C) 2000-2002 by Denton Woods
// Last modified: 05/25/2001 <--Y2K Compliant! =]
//
// Filename: src-IL/include/il_stack.h
//
// Description: The main image stack
//
//-----------------------------------------------------------------------------

#ifndef IMAGESTACK_H
#define IMAGESTACK_H

#include "il_internal.h"



// the currently-bound image
extern ILuint CurName;

#endif//IMAGESTACK_H