mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +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;
|
|
|