mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
8 lines
182 B
OpenEdge ABL
8 lines
182 B
OpenEdge ABL
/* initial STL definition. extended as needed in each language */
|
|
%include <std_common.i>
|
|
%include <std_string.i>
|
|
%include <std_vector.i>
|
|
%include <std_map.i>
|
|
%include <std_pair.i>
|
|
|