mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-30 17:23:51 +01: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"
|