mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 04:05:09 +02:00
Add DevIL 1.7.8.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// ImageLib Utility Sources
|
||||
// Copyright (C) 2000-2002 by Denton Woods
|
||||
// Last modified: 05/28/2001 <--Y2K Compliant! =]
|
||||
//
|
||||
// Filename: src-ILU/include/ilu_states.h
|
||||
//
|
||||
// Description: The state machine
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
|
||||
#ifndef STATES_H
|
||||
#define STATES_H
|
||||
|
||||
extern ILenum iluFilter;
|
||||
extern ILenum iluPlacement;
|
||||
|
||||
#endif//STATES_H
|
||||
Reference in New Issue
Block a user