mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-02 01:48:16 +03: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>
|
|
|
|
|
|
|
|
|