mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
11 lines
142 B
OpenEdge ABL
11 lines
142 B
OpenEdge ABL
/* File : example.i */
|
|
%module example
|
|
|
|
%{
|
|
#include "example.h"
|
|
%}
|
|
|
|
/* Let's just grab the original header file here */
|
|
%include "example.h"
|
|
|