mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 11:44:13 +02:00
10 lines
190 B
C
10 lines
190 B
C
|
|
#define ILU_INTERNAL_C
|
|
|
|
#include "ilu_internal.h"
|
|
|
|
const ILdouble IL_PI = 3.1415926535897932384626;
|
|
const ILdouble IL_DEGCONV = 0.0174532925199432957692;
|
|
ILimage *iluCurImage = NULL;
|
|
|