mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +02:00
Add DevIL 1.7.8.
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// ImageLib Utility Toolkit Sources
|
||||
// Copyright (C) 2000-2002 by Denton Woods
|
||||
// Last modified: 04/20/2002 <--Y2K Compliant! =]
|
||||
//
|
||||
// Filename: src-ILUT/include/ilut_alleg.h (Don't want to conflict with allegro.h)
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
// xxxxAllegro.h has to be included before il/il.h!xxx
|
||||
//#ifdef ALLEGRO_VERSION // Check to make sure Allegro is present
|
||||
#ifdef ILUT_USE_ALLEGRO
|
||||
|
||||
#ifndef ILUT_ALLEG_H
|
||||
#define ILUT_ALLEG_H
|
||||
|
||||
#include <allegro.h>
|
||||
|
||||
|
||||
|
||||
#endif//ILUT_ALLEG_H
|
||||
#endif//ILUT_USE_ALLEGRO
|
||||
//#endif//ALLEGRO_VERSION
|
||||
|
||||
Reference in New Issue
Block a user