mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
10 lines
132 B
OpenEdge ABL
10 lines
132 B
OpenEdge ABL
%define %array_class(TYPE,NAME)
|
|
%array_class_wrap(TYPE,NAME,__getitem__,__setitem__)
|
|
%enddef
|
|
|
|
%include <typemaps/carrays.swg>
|
|
|
|
|
|
|
|
|