mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 20:20:25 +02:00
added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
#define ILU_INTERNAL_C
|
||||
|
||||
#include "ilu_internal.h"
|
||||
|
||||
const ILdouble IL_PI = 3.1415926535897932384626;
|
||||
const ILdouble IL_DEGCONV = 0.0174532925199432957692;
|
||||
ILimage *iluCurImage = NULL;
|
||||
|
||||
Reference in New Issue
Block a user