mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 16:10:54 +02:00
14 lines
176 B
OpenEdge ABL
14 lines
176 B
OpenEdge ABL
%module DevIL
|
|
%{
|
|
#include "il.h"
|
|
#include "ilu.h"
|
|
#include "ilut.h"
|
|
//#include "ilu_region.h"
|
|
%}
|
|
|
|
%include "il.h"
|
|
%include "ilu.h"
|
|
%include "ilut.h"
|
|
//%include "ilu_region.h"
|
|
|