12 lines
136 B
OpenEdge ABL
12 lines
136 B
OpenEdge ABL
%module multi_import_d
|
|
|
|
%constant int myval = 1234;
|
|
|
|
%{
|
|
#include "multi_import.h"
|
|
%}
|
|
|
|
class WWW {
|
|
public:
|
|
void nullop() const;
|
|
};
|