mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
6 lines
102 B
OpenEdge ABL
6 lines
102 B
OpenEdge ABL
|
%include <std_except.i>
|
||
|
|
||
|
%apply size_t { std::size_t };
|
||
|
%apply const size_t& { const std::size_t& };
|
||
|
|