mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 01:29:43 +02:00
9 lines
104 B
OpenEdge ABL
9 lines
104 B
OpenEdge ABL
%module lrdf
|
|
%{
|
|
#include "lrdf.h"
|
|
#include "lrdf_types.h"
|
|
%}
|
|
|
|
%include "lrdf.h"
|
|
%include "lrdf_types.h"
|