mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 12:40:28 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
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